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


IMoveTextAlongShapeFeedback Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMoveTextAlongShapeFeedback Interface
ArcGIS Developer Help

IMoveTextAlongShapeFeedback Interface

Provides access to members that control the move text along shape feedback.

Product Availability

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

Members

Name Description
Read/write property Constraint Constrain the text.
Write-only property Display The display the feedback object will use.
Read/write property Flip Indicates whether to flip the text.
Method FollowShape Specify the shape to follow.
Method MoveTo Move to the new point.
Read/write property Offset Offset the text from the geometry.
Read/write property Parallel Indicates whether to make the text parallel. Only valid for straight.
Method Refresh Call this after a refresh to show feedback again.
Method StartCurved Begins a move feedback of the given shape.
Method StartStraight Begins a move feedback of the given shape.
Method Stop Stops the feedback and returns the shape.
Read/write property Symbol The symbol the feedback object will use.

Inherited Interfaces

Interfaces Description
IDisplayFeedback Provides access to members that control the base display feedback.

Classes that implement IMoveTextAlongShapeFeedback

Classes Description
MoveTextAlongShapeFeedback Move Text Following Geometry Display Feedback Object.