This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.ShadowYOffset Property (ArcObjects .NET 10.5 SDK) |
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