ArcObjects Library Reference (Display)  

IDynamicSymbolProperties2.TextRightToLeft Property

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(
  VARIANT_BOOL* RightToLeft
);
[C++]
HRESULT put_TextRightToLeft(
  VARIANT_BOOL RightToLeft
);
[C++]

Parameters

RightToLeft [out, retval]   RightToLeft is a parameter of type VARIANT_BOOL RightToLeft [in]   RightToLeft is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IDynamicSymbolProperties2 Interface