NSLayoutManager.PropertyForGlyphAtIndex(nuint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use 'GetProperty' instead.
The NSGlyphProperty for the glyph at the specified index.
[Foundation.Export("propertyForGlyphAtIndex:")]
[System.Obsolete("Use 'GetProperty' instead.", false)]
public virtual UIKit.NSGlyphProperty PropertyForGlyphAtIndex (nuint glyphIndex);
abstract member PropertyForGlyphAtIndex : nuint -> UIKit.NSGlyphProperty
override this.PropertyForGlyphAtIndex : nuint -> UIKit.NSGlyphProperty
Parameters
- glyphIndex
- System.System.UIntPtr System.unativeint
Returns
- Attributes