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


IFormattedTextSymbol.ShadowYOffset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.ShadowYOffset Property
ArcGIS Developer Help

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