ArcObjects Library Reference (Display)  

IFillProperties.YSeparation Property

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

Product Availability

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

Description

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).

See Also

IFillProperties Interface