Gets or sets the height of the column panel.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public double ColumnPanelHeight { get; set; }
Visual Basic
Public Property ColumnPanelHeight As Double
	Get
	Set
Visual C++
public:
property double ColumnPanelHeight {
	double get ();
	void set (double value);
}
F#
member ColumnPanelHeight : float with get, set

Property Value

Type: Double
The height of the column panel.

See Also