Gets or sets the text vertical offset.

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

Syntax

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

See Also