Returns the range of characters affected by an action method that changes paragraph (not character) attributes.
Original signature is '- (NSRange)rangeForUserParagraphAttributeChange'
Available in Mac OS X v10.0 and later.

Declaration Syntax
public virtual NSRange RangeForUserParagraphAttributeChange { get; }
Public Overridable ReadOnly Property RangeForUserParagraphAttributeChange As NSRange
Get
public:
virtual property NSRange RangeForUserParagraphAttributeChange {
NSRange 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)