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


IFillProperties.XSeparation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFillProperties Interface > IFillProperties.XSeparation Property
ArcGIS Developer Help

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(
  System.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