MonobjcMonobjc Documented Class Library
FirstUnlaidGlyphIndex Property
NamespacesMonobjc.AppKitNSLayoutManagerFirstUnlaidGlyphIndex

Returns the index for the first glyph in the layout manager that has not been laid out.

Original signature is '- (NSUInteger)firstUnlaidGlyphIndex'

Available in Mac OS X v10.0 and later.

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