ArcObjects Library Reference (Display)  

IMoveTextAlongShapeFeedback.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

IMoveTextAlongShapeFeedback Interface