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


ITextSymbol.RightToLeft Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextSymbol Interface > ITextSymbol.RightToLeft Property
ArcGIS Developer Help

ITextSymbol.RightToLeft Property

Indicates if the text is drawn from right to left.

[Visual Basic .NET]
Public Property RightToLeft As Boolean
[C#]
public bool RightToLeft {get; set;}
[C++]
HRESULT get_RightToLeft(
  Boolean* RightToLeft
);
[C++]
HRESULT put_RightToLeft(
  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.

Description

RightToLeft is whether the text is to be displayed in a right to left manner. The default value is False.

See Also

ITextSymbol Interface