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.ShadowXOffset Property (ArcObjects .NET 10.5 SDK) |
The shadow X offset.
[Visual Basic .NET] Public Property ShadowXOffset As Double
[C#] public double ShadowXOffset {get; set;}
[C++]
HRESULT get_ShadowXOffset(
double* XOffset
);
[C++]
HRESULT put_ShadowXOffset(
double XOffset
);
[C++]
Parameters XOffset [out, retval] XOffset is a parameter of type double XOffset [in] XOffset is a parameter of type double