Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if this type of geometry has a shadow.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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.IGeometryHost
The 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.