Returns the index for the first character in the layout manager that has not been laid out.
Original signature is '- (NSUInteger)firstUnlaidCharacterIndex'
Available in Mac OS X v10.0 and later.

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