Freigeben über


Diagram.AutoLayoutShapeElements-Methode (ICollection, VGRoutingStyle, PlacementValueStyle, Boolean)

Ordnet die Auflistung der Elemente Formen im Diagramm automatisch aus.

Diese API ist nicht CLS-kompatibel. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Sub AutoLayoutShapeElements ( _
    shapeElementCollection As ICollection, _
    routingStyle As VGRoutingStyle, _
    placementStyle As PlacementValueStyle, _
    route As Boolean _
)
[CLSCompliantAttribute(false)]
public void AutoLayoutShapeElements(
    ICollection shapeElementCollection,
    VGRoutingStyle routingStyle,
    PlacementValueStyle placementStyle,
    bool route
)

Parameter

  • route
    Typ: System.Boolean
    true , um Zeilen umzuleiten, wenn Elemente oder Verschluss-zu aufgrund der Grenzen GRID-Aktionen verschoben wurden. andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

Diagram Klasse

AutoLayoutShapeElements-Überladung

Microsoft.VisualStudio.Modeling.Diagrams-Namespace