ArcObjects Library Reference (Display)  

ISimpleTextSymbol.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(
  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.

Description

YOffset sets or returns the vertical offset.

See Also

ISimpleTextSymbol Interface

.NET Samples

RSS weather GraphicTracker (Code Files: RSSWeather)