ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / Band Class / Size Property

In This Topic
    Size Property (Band)
    In This Topic
    Gets or sets the size of this Band object.
    Syntax
    'Declaration
     
    Public MustOverride Property Size As System.Integer
    public abstract System.int Size {get; set;}
    Remarks

    If the Band is a Row object, the size represents the row height in pixels.

    If the Band is a Column object, the size represents the column width in pixels.

    See Also