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

In This Topic
    Position Property (Band)
    In This Topic
    Gets or sets the position of the Band within the C1Sizer grid.
    Syntax
    'Declaration
     
    Protected MustOverride Property Position As System.Integer
    protected abstract System.int Position {get; set;}
    See Also