MonobjcMonobjc Documented Class Library
UnderlineThickness Property
NamespacesMonobjc.AppKitNSFontUnderlineThickness

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

Original signature is '- (CGFloat)underlineThickness'

Available in Mac OS X v10.0 and later.

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