SwimlaneHelper.AnchorAllSwimLanes Method

Once all of the compartments are in place, this method anchors them all together, so that they line up correct one after the other, and fill the entire width of the shape.

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 Shared Sub AnchorAllSwimLanes ( _
    diagram As Diagram _
)
public static void AnchorAllSwimLanes(
    Diagram diagram
)
public:
static void AnchorAllSwimLanes(
    Diagram^ diagram
)
static member AnchorAllSwimLanes : 
        diagram:Diagram -> unit 
public static function AnchorAllSwimLanes(
    diagram : Diagram
)

Parameters

.NET Framework Security

See Also

Reference

SwimlaneHelper Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace