Diagram.AutoLayoutShapeElements (Método) (ICollection, VGRoutingStyle, PlacementValueStyle, Boolean)

Muestra la colección de formas del diagrama automáticamente.

Esta API no es conforme a CLS. 

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Diagrams
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxis

'Declaración
<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
)

Parámetros

  • route
    Tipo: System.Boolean
    true para reencaminar líneas si los elementos se han movido debido a límites o acciones de ajuste a la cuadrícula; si no, false.

Seguridad de .NET Framework

Vea también

Referencia

Diagram Clase

AutoLayoutShapeElements (Sobrecarga)

Microsoft.VisualStudio.Modeling.Diagrams (Espacio de nombres)