Share via


SwimlaneShape.HasOutline Property

true if the shape has an outline; 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 HasOutline As Boolean
'Usage
Dim instance As SwimlaneShape 
Dim value As Boolean 

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SwimlaneShape Class

SwimlaneShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace