ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / DrawSplitterEventArgs Class / Vertical Property

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