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


ISimpleTextSymbol.XOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleTextSymbol Interface > ISimpleTextSymbol.XOffset Property
ArcGIS Developer Help

ISimpleTextSymbol.XOffset Property

Text offset along X-axis.

[Visual Basic .NET]
Public Property XOffset As Double
[C#]
public double XOffset {get; set;}
[C++]
HRESULT get_XOffset(
  System.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

Product Availability

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

Description

XOffset sets or returns the horizontal offset.

See Also

ISimpleTextSymbol Interface

.NET Samples

RSS weather GraphicTracker