Share via


Diagram.HasSwimlanes Property

Gets the diagram and verifies whether it has swimlanes.

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

Syntax

'Declaration
Public Overridable ReadOnly Property HasSwimlanes As Boolean
public virtual bool HasSwimlanes { get; }
public:
virtual property bool HasSwimlanes {
    bool get ();
}
abstract HasSwimlanes : bool
override HasSwimlanes : bool
function get HasSwimlanes () : boolean

Property Value

Type: System.Boolean
true if the diagram has swimlanes; otherwise, false.

Remarks

By default, the return value is false.

.NET Framework Security

See Also

Reference

Diagram Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace