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


IFormattedTextSymbol.FlipAngle Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IFormattedTextSymbol.FlipAngle Property

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

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