DashboardLayout for WinForms | ComponentOne
C1.Win.C1SplitContainer Namespace / DrawSplitterEventArgs Class / Vertical Property

In This Topic
    Vertical Property (DrawSplitterEventArgs)
    In This Topic
    Gets a value that indicates whether the splitter is vertical (true) or horizontal (false).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Vertical As Boolean
    public bool Vertical {get;}
    See Also