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


IFormattedTextSymbol.Direction Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.Direction Property
ArcGIS Developer Help

IFormattedTextSymbol.Direction Property

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

Product Availability

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

Description

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.

Remarks

Direction is not yet implemented.

See Also

IFormattedTextSymbol Interface