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
geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHostThe shape or link.
Return Value
Type: 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.