ShapeGeometry.HasShadow(IGeometryHost) Method

Definition

Returns a value indicating whether the geometry has a shadow.

protected:
 virtual bool HasShadow(Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost);
protected virtual bool HasShadow (Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost);
abstract member HasShadow : Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> bool
override this.HasShadow : Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> bool
Protected Overridable Function HasShadow (geometryHost As IGeometryHost) As Boolean

Parameters

geometryHost
IGeometryHost

The instance data for the geometry.

Returns

true if the geometry has a shadow; otherwise, false.

Applies to