MonobjcMonobjc Documented Class Library
SetParagraphSpacing Method (aFloat)
NamespacesMonobjc.AppKitNSMutableParagraphStyleSetParagraphSpacing(CGFloat)

Sets the space added at the end of the paragraph to separate it from the following paragraph to aFloat.

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

Available in Mac OS X v10.0 and later.

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