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


IFormattedTextSymbol.ShadowXOffset Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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