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


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

IFormattedTextSymbol.ShadowColor Property

The shadow color.

[Visual Basic .NET]
Public Property ShadowColor As IColor
[C#]
public IColor ShadowColor {get; set;}
[C++]
HRESULT get_ShadowColor(
  IColor** ShadowColor
);
[C++]
HRESULT put_ShadowColor(
  IColor* ShadowColor
);
[C++]

Parameters ShadowColor [out, retval]
ShadowColor is a parameter of type IColor ShadowColor [in]
ShadowColor is a parameter of type IColor

Product Availability

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

Description

ShadowColor is the color of the dropshadow. This can be any of the IColor interfaces.

Errors Returned

Parameter is incorrect will be returned for Null values.

See Also

IFormattedTextSymbol Interface | IHlsColor Interface | IGrayColor Interface | IRgbColor Interface | IHsvColor Interface