ShapeGeometry.HasShadow Method

True if this type of geometry has a shadow.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Protected Overridable Function HasShadow ( _
    geometryHost As IGeometryHost _
) As Boolean
protected virtual bool HasShadow(
    IGeometryHost geometryHost
)
protected:
virtual bool HasShadow(
    IGeometryHost^ geometryHost
)
abstract HasShadow : 
        geometryHost:IGeometryHost -> bool  
override HasShadow : 
        geometryHost:IGeometryHost -> bool
protected function HasShadow(
    geometryHost : IGeometryHost
) : boolean

Parameters

Return Value

Type: Boolean
true of the shape geometry has a shadow; otherwise, false.

.NET Framework Security

See Also

Reference

ShapeGeometry Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace