This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameProperties Interface > IFrameProperties.Shadow Property (ArcObjects .NET 10.5 SDK) |
Frame shadow used by this element.
[Visual Basic .NET] Public Property Shadow As IShadow
[C#] public IShadow Shadow {get; set;}
[C++]
HRESULT get_Shadow(
IShadow** Shadow
);
[C++]
HRESULT put_Shadow(
IShadow* Shadow
);
[C++]
Parameters Shadow [out, retval]
Shadow is a parameter of type IShadow Shadow [in]
Shadow is a parameter of type IShadow