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 | IRgbColor Interface | IGrayColor Interface | IHsvColor Interface | IHlsColor Interface