Sets the paragraph base writing direction to be natural.
Original signature is '- (void)makeBaseWritingDirectionNatural:(id)sender'
Available in Mac OS X v10.6 and later.

Declaration Syntax
public virtual void MakeBaseWritingDirectionNatural(
Id sender
)
Public Overridable Sub MakeBaseWritingDirectionNatural ( _
sender As Id _
)
public:
virtual void MakeBaseWritingDirectionNatural(
Id^ sender
)

Parameters
- sender (Id)
- Typically the object that invoked this method.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)