Share via


SwimlaneShape.HasShadow 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 Overrides ReadOnly Property HasShadow As Boolean
'Usage
Dim instance As SwimlaneShape 
Dim value As Boolean 

value = instance.HasShadow
public override bool HasShadow { get; }
public:
virtual property bool HasShadow {
    bool get () override;
}
public override function get HasShadow () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SwimlaneShape Class

SwimlaneShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace