True if this type of geometry has a shadow.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Protected Overridable Function HasShadow ( _
geometryHost As IGeometryHost _
) As Boolean
'Usage
Dim geometryHost As IGeometryHost
Dim returnValue As Boolean
returnValue = Me.HasShadow(geometryHost)
protected virtual bool HasShadow(
IGeometryHost geometryHost
)
protected:
virtual bool HasShadow(
IGeometryHost^ geometryHost
)
protected function HasShadow(
geometryHost : IGeometryHost
) : boolean
Parameters
geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHostThe shape or link.
Return Value
Type: System.Boolean
true of the shape geometry has a shadow; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.