Gets and sets text format for the labels.

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

Syntax

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

See Also