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
'Declaración
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
- diagram
Type: Microsoft.VisualStudio.Modeling.Diagrams.Diagram
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.