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

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