Class VerticalSplitPane
- Namespace
- Myra.Graphics2D.UI
- Assembly
- Myra.dll
A split pane container that divides space vertically between two child widgets with a resizable separator.
public class VerticalSplitPane : SplitPane, IItemWithId, INotifyAttachedPropertyChanged, IContainer
- Inheritance
-
VerticalSplitPane
- Implements
- Inherited Members
Constructors
VerticalSplitPane(Stylesheet, string)
Initializes a new instance of the VerticalSplitPane class with the specified stylesheet and style.
public VerticalSplitPane(Stylesheet stylesheet, string styleName = "")
Parameters
stylesheetStylesheetThe stylesheet to use for applying the style.
styleNamestringThe name of the style to apply. Defaults to the default stylesheet style.
VerticalSplitPane(string)
Initializes a new instance of the VerticalSplitPane class with the specified style.
public VerticalSplitPane(string styleName = "")
Parameters
styleNamestringThe name of the style to apply. Defaults to the default stylesheet style.
Properties
Orientation
Gets the orientation of the split pane, which is always vertical.
public override Orientation Orientation { get; }