Gets or sets label position mode.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public LabelPosition Position { get; set; }
Visual Basic (Declaration)
Public Property Position As LabelPosition
Visual C++
public:
property LabelPosition Position {
	LabelPosition get ();
	void set (LabelPosition value);
}

See Also