ShapeElement.GeometryHasShadow Property

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

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

Syntax

'Declaration
Public ReadOnly Property GeometryHasShadow As Boolean
public bool GeometryHasShadow { get; }
public:
virtual property bool GeometryHasShadow {
    bool get () sealed;
}
abstract GeometryHasShadow : bool with get 
override GeometryHasShadow : bool with get
final function get GeometryHasShadow () : boolean

Property Value

Type: Boolean

Implements

IGeometryHost.GeometryHasShadow

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace