Class HorizontalSplitPane
- Namespace
- Myra.Graphics2D.UI
- Assembly
- Myra.dll
A split pane container that divides space horizontally between two child widgets with a resizable separator.
public class HorizontalSplitPane : SplitPane, IItemWithId, INotifyAttachedPropertyChanged, IContainer
- Inheritance
-
HorizontalSplitPane
- Implements
- Inherited Members
Constructors
HorizontalSplitPane(Stylesheet, string)
Initializes a new instance of the HorizontalSplitPane class with the specified stylesheet and style.
public HorizontalSplitPane(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.
HorizontalSplitPane(string)
Initializes a new instance of the HorizontalSplitPane class with the specified style.
public HorizontalSplitPane(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 horizontal.
public override Orientation Orientation { get; }