ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockSplitter Class / Orientation Property

In This Topic
    Orientation Property (C1DockSplitter)
    In This Topic
    Gets or sets whether the splitter modifies columns or rows.
    Syntax
    'Declaration
     
    Public Property Orientation As Orientation
    public Orientation Orientation {get; set;}
    Remarks
    When this property is set to Horizontal, the columns are resized.
    See Also