MonobjcMonobjc Documented Class Library
AttributesForExtraLineFragment Property
NamespacesMonobjc.AppKitNSTypesetterAttributesForExtraLineFragment

Returns the attributes used to lay out the extra line fragment.

Original signature is '- (NSDictionary *)attributesForExtraLineFragment'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary AttributesForExtraLineFragment { get; }
Public Overridable ReadOnly Property AttributesForExtraLineFragment As NSDictionary
	Get
public:
virtual property NSDictionary^ AttributesForExtraLineFragment {
	NSDictionary^ get ();
}
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)