This document is archived and information here might be outdated. Recommended version. |
Indicates whether the text is drawn from right to left for the dynamic text symbol.
[Visual Basic .NET]
Public Property TextRightToLeft As Boolean
[C#]
public bool TextRightToLeft {get; set;}
[C++]
HRESULT get_TextRightToLeft(
Boolean* RightToLeft
);
[C++]
HRESULT put_TextRightToLeft(
VARIANT_BOOL RightToLeft
);
[C++] Parameters RightToLeft [out, retval]
RightToLeft is a parameter of type bool* RightToLeft [in]
RightToLeft is a parameter of type bool
RightToLeft defines whether the text is to be displayed in a right to left manner. The default value is false, meaning Left To Right manner.