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


IFormattedTextSymbol.FlipAngle 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.FlipAngle Property
ArcGIS Developer Help

IFormattedTextSymbol.FlipAngle Property

The flip angle.

[Visual Basic .NET]
Public Property FlipAngle As Double
[C#]
public double FlipAngle {get; set;}
[C++]
HRESULT get_FlipAngle(
  System.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

Product Availability

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

Description

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.

See Also

IFormattedTextSymbol Interface