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