This document is archived and information here might be outdated.  Recommended version.


IDynamicSymbolProperties2.TextRightToLeft Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties2 Interface > IDynamicSymbolProperties2.TextRightToLeft Property
ArcGIS Developer Help

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(
  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

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