.NET Framework Class Library

DrawingProperties.VAlignment Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

DrawingProperties.VAlignment Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property VAlignment As FloatingObjectVAlignment
 Get
 Set

C#

public FloatingObjectVAlignment VAlignment { getset; }

Visual C++

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

See Also

DrawingProperties Class

DrawingProperties Members

Gnostice.Core.DOM Namespace