MonobjcMonobjc Documented Class Library
SetHeadIndent Method (aFloat)
NamespacesMonobjc.AppKitNSMutableParagraphStyleSetHeadIndent(CGFloat)

Sets the distance in points from the leading margin of a text container to the beginning of lines other than the first to aFloat.

Original signature is '- (void)setHeadIndent:(CGFloat)aFloat'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetHeadIndent(
	CGFloat aFloat
)
Public Overridable Sub SetHeadIndent ( _
	aFloat As CGFloat _
)
public:
virtual void SetHeadIndent(
	CGFloat aFloat
)
Parameters
aFloat (CGFloat)
MISSING
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)