Skip to content

Provides access to members that control the network diagram layout.

Members

Name Description
Read/write property IsActive Indicates whether the network diagram layout is active.
Read-only property Name The name of the network diagram layout.
Read/write property PreserveContainers Indicates whether the network diagram layout must preserve the containers.
Read-only property PropertySet The network diagram layout parameters returned as a property set
Read-only property Version Indicates required version of the layout (taking into account parameters).

INetworkDiagramLayout.IsActive Property

Indicates whether the network diagram layout is active.

Public Property IsActive As Boolean
public bool IsActive {get; set;}

INetworkDiagramLayout.Name Property

The name of the network diagram layout.

Public ReadOnly Property Name As String
public string Name {get;}

INetworkDiagramLayout.PreserveContainers Property

Indicates whether the network diagram layout must preserve the containers.

Public Property PreserveContainers As Boolean
public bool PreserveContainers {get; set;}

INetworkDiagramLayout.PropertySet Property

The network diagram layout parameters returned as a property set.

Public ReadOnly Property PropertySet As IPropertySet
public IPropertySet PropertySet {get;}

INetworkDiagramLayout.Version Property

Indicates required version of the layout (taking into account parameters).

Public ReadOnly Property Version As Integer
public int Version {get;}

Classes that implement INetworkDiagramLayout

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.