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


IFormattedTextSymbol.ShadowXOffset 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.ShadowXOffset Property
ArcGIS Developer Help

IFormattedTextSymbol.ShadowXOffset Property

The shadow X offset.

[Visual Basic .NET]
Public Property ShadowXOffset As Double
[C#]
public double ShadowXOffset {get; set;}
[C++]
HRESULT get_ShadowXOffset(
  System.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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

ShadowXOffset is the offset in points (approx. 1/72 inch) in the X or horizontal direction that the dropshadow will be displayed. Positive values offset to the right and negative values offset to the left. The default value is 0 (zero).

See Also

IFormattedTextSymbol Interface