This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.Direction Property (ArcObjects .NET 10.4 SDK) |
The text direction.
[Visual Basic .NET] Public Property Direction As esriTextDirection
[C#] public esriTextDirection Direction {get; set;}
[C++]
HRESULT get_Direction(
esriTextDirection* textDirection
);
[C++]
HRESULT put_Direction(
esriTextDirection textDirection
);
[C++]
Parameters textDirection [out, retval]
textDirection is a parameter of type esriTextDirection textDirection [in]
textDirection is a parameter of type esriTextDirection
Direction is the enumeration that defines the flow direction of the text. There are three options: esriTDAngle, esriTDHorizontal, and esriTDVertical. esriTDHorizontal is the default Direction.
Direction is not yet implemented.