This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFillProperties Interface > IFillProperties.XSeparation Property (ArcObjects .NET 10.4 SDK) |
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
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).