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.

C# | Visual Basic | Visual C++ |
public virtual NSUInteger FirstUnlaidGlyphIndex { get; }
Public Overridable ReadOnly Property FirstUnlaidGlyphIndex As NSUInteger Get
public: virtual property NSUInteger FirstUnlaidGlyphIndex { NSUInteger get (); }

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