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


IFormattedTextSymbol.ShadowYOffset Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IFormattedTextSymbol.ShadowYOffset Property

The shadow Y offset.

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

ShadowYOffset is the offset in points (approx. 1/72 inch) in the Y or vertical direction that the dropshadow will be displayed. Positive values offset upwards and negative values offset downwards. The default value is 0 (zero).

See Also

IFormattedTextSymbol Interface