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


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

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