Diagram.AutoLayout Property

Returns or sets an MsoTriState constant that determines the automatic positioning of the nodes and connectors in a diagram.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AutoLayout As MsoTriState
    Get
    Set
'Usage
Dim instance As Diagram
Dim value As MsoTriState

value = instance.AutoLayout

instance.AutoLayout = value
MsoTriState AutoLayout { get; set; }

Property Value

Type: MsoTriState

See Also

Reference

Diagram Interface

Diagram Members

Microsoft.Office.Interop.Word Namespace