ArcObjects Library Reference (Display)  

IFillProperties.XOffset Property

Fill offset along X-axis.

[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

Product Availability

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

Description

Offset of the Markers or Pictures in the X (horizontal) direction. Values are specified in points (approximately 1/72 of an inch). Positive values offset to the right and negative values offset to the left. The default value is 0 (zero).

See Also

IFillProperties Interface