ArcGIS Developer Help  (Carto)    

IFrameProperties.Shadow Property

Frame shadow used by this element.

[Visual Basic 6.0]
Property Shadow As IShadow
[Visual Basic .NET]
Public Property Shadow As IShadow
[C#]
public IShadow Shadow {get; set;}
[Java]
public IShadow getShadow()
throws
    IOException,
    AutomationException
[Java]
public void setShadow(
IShadow pShadow
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page