[This is preliminary documentation and is subject to change.]

Gets or sets value for this setting. If changed Changed event is raised.

Namespace:  Phoenix.Configuration
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public override Point Value { get; set; }
Public Overrides Property Value As Point
public:
virtual property Point Value {
	Point get () override;
	void set (Point value) override;
}

Field Value

Type depending on inherited class.

See Also