This document is archived and information here might be outdated. Recommended version. |
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*
Parameter is incorrect will be returned for Null values.
IFormattedTextSymbol Interface | IHlsColor Interface | IGrayColor Interface | IRgbColor Interface | IHsvColor Interface