eDriven Framework API
Value Property
NamespaceseDriven.Gui.StylesNameValueBaseValue
eDriven Framework API
Depending of a serialized type switch, the setter saves the value to the specified field (called slot)
Also, getter gets the value from the specified slot
Declaration Syntax
C#Visual BasicVisual C++
public Object Value { get; set; }
Public Property Value As Object
	Get
	Set
public:
property Object^ Value {
	Object^ get ();
	void set (Object^ value);
}

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