NSLayoutManager.Underline 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.
Underlines the glyphs in .
[Foundation.Export("underlineGlyphRange:underlineType:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:")]
public virtual void Underline (Foundation.NSRange glyphRange, Foundation.NSUnderlineStyle underlineVal, CoreGraphics.CGRect lineRect, Foundation.NSRange lineGlyphRange, CoreGraphics.CGPoint containerOrigin);
abstract member Underline : Foundation.NSRange * Foundation.NSUnderlineStyle * CoreGraphics.CGRect * Foundation.NSRange * CoreGraphics.CGPoint -> unit
override this.Underline : Foundation.NSRange * Foundation.NSUnderlineStyle * CoreGraphics.CGRect * Foundation.NSRange * CoreGraphics.CGPoint -> unit
Parameters
- glyphRange
- NSRange
- underlineVal
- NSUnderlineStyle
- lineRect
- CGRect
- lineGlyphRange
- NSRange
- containerOrigin
- CGPoint
- Attributes