.NET Framework Class Library

TextFormatter.VAlignment Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > TextFormatter Class > TextFormatter Properties >

.NET Framework Class Library

TextFormatter.VAlignment Property

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Property VAlignment As VAlignment
 Get
 Set

C#

public VAlignment VAlignment { getset; }

Visual C++

public:
property VAlignment VAlignment {
 VAlignment get ();
 void set (VAlignment value);
}

See Also

TextFormatter Class

TextFormatter Members

Gnostice.Core.DOM Namespace