Search Results for

    Show / Hide Table of Contents

    Class TabControlAdvanced.MultiRect

    Inheritance
    object
    TabControlAdvanced.MultiRect
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    protected class TabControlAdvanced.MultiRect

    Constructors

    MultiRect(Rectangle, int)

    Declaration
    public MultiRect(Rectangle rect, int index)
    Parameters
    Type Name Description
    Rectangle rect
    int index

    Fields

    _index

    Declaration
    protected int _index
    Field Value
    Type Description
    int

    _rect

    Declaration
    protected Rectangle _rect
    Field Value
    Type Description
    Rectangle

    Properties

    Height

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    int

    Index

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    int

    Rect

    Declaration
    public Rectangle Rect { get; set; }
    Property Value
    Type Description
    Rectangle

    Width

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    int

    X

    Declaration
    public int X { get; set; }
    Property Value
    Type Description
    int

    Y

    Declaration
    public int Y { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX