Gets or sets the height of the group panel.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public int GroupPanelHeight { get; set; }
Visual Basic
Public Property GroupPanelHeight As Integer
	Get
	Set
Visual C++
public:
property int GroupPanelHeight {
	int get ();
	void set (int value);
}
F#
member GroupPanelHeight : int with get, set

Property Value

Type: Int32
The height of the group panel.

See Also