ArcObjects Library Reference (Display)  

IFillProperties.XSeparation Property

Fill element separation along X-axis.

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

Parameters

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

Product Availability

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

Description

Separation between repeating patterns of Markers or Pictures in the X (horizontal) direction. Values are specified in points (approximately 1/72 of an inch). Positive values increase the separation to the right and negative values decrease the spearation to the left. The default value is 0 (zero).

See Also

IFillProperties Interface