MonobjcMonobjc Documented Class Library
UnderlinePosition Property
NamespacesMonobjc.AppKitNSFontUnderlinePosition

Returns the baseline offset that should be used when drawing underlines with the receiver, as determined by the font’s AFM file.

Original signature is '- (CGFloat)underlinePosition'

Available in Mac OS X v10.0 and later.

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