ShapeElement.GeometryHasShadow Property

true if the shape has a shadow; otherwise, false.

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

Syntax

'Declaration
Public ReadOnly Property GeometryHasShadow As Boolean
'Usage
Dim instance As ShapeElement 
Dim value As Boolean 

value = instance.GeometryHasShadow
public bool GeometryHasShadow { get; }
public:
virtual property bool GeometryHasShadow {
    bool get () sealed;
}
public final function get GeometryHasShadow () : boolean

Property Value

Type: System.Boolean

Implements

IGeometryHost.GeometryHasShadow

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace