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


IGroupSymbolElement.YOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGroupSymbolElement Interface > IGroupSymbolElement.YOffset Property
ArcGIS Developer Help

IGroupSymbolElement.YOffset Property

Text offset along Y-axis.

[Visual Basic .NET]
Public Property YOffset As Double
[C#]
public double YOffset {get; set;}
[C++]
HRESULT get_YOffset(
  System.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

Product Availability

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

See Also

IGroupSymbolElement Interface