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


IFrameProperties.Shadow Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameProperties Interface > IFrameProperties.Shadow Property
ArcGIS Developer Help

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 Update a frame's background, border, and shadow using the SymbologyControl