This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.FlipAngle Property (ArcObjects .NET 10.4 SDK) |
The flip angle.
[Visual Basic .NET] Public Property FlipAngle As Double
[C#] public double FlipAngle {get; set;}
[C++]
HRESULT get_FlipAngle(
double* FlipAngle
);
[C++]
HRESULT put_FlipAngle(
double FlipAngle
);
[C++]
Parameters FlipAngle [out, retval] FlipAngle is a parameter of type double FlipAngle [in] FlipAngle is a parameter of type double
Flipangle specifies the angle (in degrees from the vertical) at which point rotated text is flipped (mirrored) in place. The valid range is -360 to 360.