SplitterPanel.Height Property

Definition

Gets or sets the height of the SplitterPanel.

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

Property Value

The height of the SplitterPanel, in pixels.

Attributes

Exceptions

The height cannot be set.

Applies to