eDriven Framework API
PercentHeight Property
NamespaceseDriven.Gui.ComponentsIPercentagePercentHeight
eDriven Framework API
The percent height of the component (in pixels)
When set, it resets ExplicitHeight property to null
Declaration Syntax
C#Visual BasicVisual C++
Nullable<float> PercentHeight { get; set; }
Property PercentHeight As Nullable(Of Single)
	Get
	Set
property Nullable<float> PercentHeight {
	Nullable<float> get ();
	void set (Nullable<float> value);
}

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)