ShapeGeometry.HasShadow(IGeometryHost) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.