Version

RightToLeft Property (ParagraphProperties)

Returns or sets a value which determines whether the paragraph is presented in a right-to-left direction.
Syntax
'Declaration
 
Public Property RightToLeft As System.Nullable(Of Boolean)
public System.Nullable<bool> RightToLeft {get; set;}
Remarks

This property only applies to paragraph-level properties, and does not affect the layout of the text within. Setting this property to true has an effect similar to that of setting the Alignment property to 'Right'.

To change the layout of the text within the paragraph, use the RightToLeft property of the Font class.

Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub