This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextPath Interface > ITextPath.XOffset Property (ArcObjects .NET 10.4 SDK) |
The X offset value.
[Visual Basic .NET] Public Property XOffset As Double
[C#] public double XOffset {get; set;}
[C++]
HRESULT get_XOffset(
double* XOffset
);
[C++]
HRESULT put_XOffset(
double XOffset
);
[C++]
Parameters XOffset [out, retval] XOffset is a parameter of type double XOffset [in] XOffset is a parameter of type double