Gets or sets the height of the group panel.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public double GroupPanelHeight { get; set; } |
Visual Basic |
---|
Public Property GroupPanelHeight As Double Get Set |
Visual C++ |
---|
public: property double GroupPanelHeight { double get (); void set (double value); } |
F# |
---|
member GroupPanelHeight : float with get, set |
Property Value
Type: DoubleThe height of the group panel.