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


IMdDisplayNode.ShowShadow Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDisplayNode Interface > IMdDisplayNode.ShowShadow Property
ArcGIS Developer Help

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(
  Boolean* pShowShadow
);
[C++]
HRESULT put_ShowShadow(
  VARIANT_BOOL pShowShadow
);
[C++]
Parameters
pShowShadow [out, retval]

pShowShadow is a parameter of type bool* pShowShadow [in]
pShowShadow is a parameter of type bool

Product Availability

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

See Also

IMdDisplayNode Interface