ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / C1Sizer Class / SplitterWidth Property

In This Topic
    SplitterWidth Property (C1Sizer)
    In This Topic
    Gets or sets the width of the area between grid bands, in pixels.
    Syntax
    'Declaration
     
    Public Property SplitterWidth As System.Integer
    public System.int SplitterWidth {get; set;}
    Remarks
    The splitter width determines the area between adjacent controls contained in the C1Sizer control.
    See Also