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


IMoveCurvedTextFeedback.Flip Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IMoveCurvedTextFeedback.Flip Property

Indicates whether to flip the text.

[Visual Basic .NET]
Public Property Flip As Boolean
[C#]
public bool Flip {get; set;}
[C++]
HRESULT get_Flip(
  VARIANT_BOOL* Flip
);
[C++]
HRESULT put_Flip(
  VARIANT_BOOL Flip
);
[C++]

Parameters Flip [out, retval] Flip is a parameter of type VARIANT_BOOL Flip [in] Flip is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMoveCurvedTextFeedback Interface