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


IFrameProperties.Shadow Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFrameProperties.Shadow Property

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

Product Availability

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

See Also

IFrameProperties Interface

.NET Samples

Modify the appearance of the PageLayoutControl's page (Code Files: PageAppearance) | Update a frame's background, border, and shadow using the SymbologyControl (Code Files: FrameProperties)