Table of Contents

Class SplitPanelButtonStyle

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

Style class for split pane splitter handle buttons.

public class SplitPanelButtonStyle : ButtonStyle
Inheritance
SplitPanelButtonStyle
Inherited Members

Constructors

SplitPanelButtonStyle()

Initializes a new instance of the SplitPanelButtonStyle class.

public SplitPanelButtonStyle()

SplitPanelButtonStyle(SplitPanelButtonStyle)

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

public SplitPanelButtonStyle(SplitPanelButtonStyle style)

Parameters

style SplitPanelButtonStyle

The source split panel button style to copy from.

Properties

HandleSize

Gets or sets the width or height of the splitter handle in pixels, or null for default sizing.

public int? HandleSize { get; set; }

Property Value

int?

Methods

Clone()

Creates a deep copy of this split panel button style.

public override WidgetStyle Clone()

Returns

WidgetStyle

A new SplitPanelButtonStyle instance with the same properties.