Returns the horizontal alignment of text within the bounds of the annotation.
Original signature is '- (NSTextAlignment)alignment'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSTextAlignment Alignment { get; set; }
Public Overridable Property Alignment As NSTextAlignment Get Set
public: virtual property NSTextAlignment Alignment { NSTextAlignment get (); void set (NSTextAlignment value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)