MonobjcMonobjc Documented Class Library
TruncationMode Property
NamespacesMonobjc.QuartzCoreCATextLayerTruncationMode

Determines how the text is truncated to fit within the receiver’s bounds.

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

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString TruncationMode { get; set; }
Public Overridable Property TruncationMode As NSString
	Get
	Set
public:
virtual property NSString^ TruncationMode {
	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)