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

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