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

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