.NET Framework Class Library

DrawingProperties.HAlignment 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.HAlignment Property

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property HAlignment As FloatingObjectHAlignment
 Get
 Set

C#

public FloatingObjectHAlignment HAlignment { getset; }

Visual C++

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

See Also

DrawingProperties Class

DrawingProperties Members

Gnostice.Core.DOM Namespace