This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFillProperties Interface > IFillProperties.YSeparation Property (ArcObjects .NET 10.4 SDK) |
Fill element separation along Y-axis.
[Visual Basic .NET] Public Property YSeparation As Double
[C#] public double YSeparation {get; set;}
[C++]
HRESULT get_YSeparation(
double* YSeparation
);
[C++]
HRESULT put_YSeparation(
double YSeparation
);
[C++]
Parameters YSeparation [out, retval] YSeparation is a parameter of type double YSeparation [in] YSeparation is a parameter of type double
Separation between repeating patterns of Markers or Pictures in the Y (vertical) direction. Values are specified in points (approximately 1/72 of an inch). Positive values increase the separation upwards and negative values decrease the spearation downwards. The default value is 0 (zero).