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


IMdDisplayNode.ShowShadow Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdDisplayNode.ShowShadow Property

Indicates whether or not to display a shadow for the node.

[Visual Basic .NET]
Public Property ShowShadow As Boolean
[C#]
public bool ShowShadow {get; set;}
[C++]
HRESULT get_ShowShadow(
  VARIANT_BOOL* pShowShadow
);
[C++]
HRESULT put_ShowShadow(
  VARIANT_BOOL pShowShadow
);
[C++]

Parameters pShowShadow [out, retval] pShowShadow is a parameter of type VARIANT_BOOL pShowShadow [in] pShowShadow is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMdDisplayNode Interface