MonobjcMonobjc Documented Class Library
AlignmentMode Property
NamespacesMonobjc.QuartzCoreCATextLayerAlignmentMode

Determines how individual lines of text are horizontally aligned within the receiver’s bounds.

Original signature is '@property(copy) NSString *alignmentMode'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString AlignmentMode { get; set; }
Public Overridable Property AlignmentMode As NSString
	Get
	Set
public:
virtual property NSString^ AlignmentMode {
	NSString^ get ();
	void set (NSString^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)