SplitterPanel.Width Property

Definition

Gets or sets the width of the SplitterPanel.

public:
 property int Width { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
public int Width { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Width : int with get, set
Public Property Width As Integer

Property Value

The width of the SplitterPanel in pixels.

Attributes

Applies to