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


IMoveTextAlongShapeFeedback.Offset Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IMoveTextAlongShapeFeedback.Offset Property

Offset the text from the geometry.

[Visual Basic .NET]
Public Property Offset As Double
[C#]
public double Offset {get; set;}
[C++]
HRESULT get_Offset(
  double* Offset
);
[C++]
HRESULT put_Offset(
  double Offset
);
[C++]

Parameters Offset [out, retval] Offset is a parameter of type double Offset [in] Offset is a parameter of type double

Product Availability

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

See Also

IMoveTextAlongShapeFeedback Interface