Table of Contents

Class SplitPaneStyle

Namespace
Myra.Graphics2D.UI.Styles
Assembly
Myra.dll

Style class that defines the visual appearance of split pane widgets.

public class SplitPaneStyle : WidgetStyle
Inheritance
SplitPaneStyle
Inherited Members

Constructors

SplitPaneStyle()

Initializes a new instance of the SplitPaneStyle class.

public SplitPaneStyle()

SplitPaneStyle(SplitPaneStyle)

Initializes a new instance of the SplitPaneStyle class by copying properties from another style.

public SplitPaneStyle(SplitPaneStyle style)

Parameters

style SplitPaneStyle

The source split pane style to copy from.

Properties

HandleStyle

Gets or sets the style applied to the split pane's splitter handle.

[Browsable(false)]
public SplitPanelButtonStyle HandleStyle { get; set; }

Property Value

SplitPanelButtonStyle

Methods

Clone()

Creates a deep copy of this split pane style.

public override WidgetStyle Clone()

Returns

WidgetStyle

A new SplitPaneStyle instance with the same properties.