API Reference

Enum

VisioPlacementStyle

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies the page-level Visio placement style used when laying out shapes.

Inheritance

  • Enum
  • VisioPlacementStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const VisioPlacementStyle Default #

Use Visio's default placement style.

Value: 0
public const VisioPlacementStyle TopToBottom #

Place flow/tree shapes from top to bottom.

Value: 1
public const VisioPlacementStyle LeftToRight #

Place flow/tree shapes from left to right.

Value: 2
public const VisioPlacementStyle Radial #

Place flow/tree shapes radially.

Value: 3
public const VisioPlacementStyle BottomToTop #

Place flow/tree shapes from bottom to top.

Value: 4
public const VisioPlacementStyle RightToLeft #

Place flow/tree shapes from right to left.

Value: 5
public const VisioPlacementStyle Circular #

Place shapes in a circle.

Value: 6
public const VisioPlacementStyle CompactDownRight #

Use compact tree placement downward, then right.

Value: 7
public const VisioPlacementStyle CompactRightDown #

Use compact tree placement rightward, then down.

Value: 8
public const VisioPlacementStyle CompactRightUp #

Use compact tree placement rightward, then up.

Value: 9
public const VisioPlacementStyle CompactUpRight #

Use compact tree placement upward, then right.

Value: 10
public const VisioPlacementStyle CompactUpLeft #

Use compact tree placement upward, then left.

Value: 11
public const VisioPlacementStyle CompactLeftUp #

Use compact tree placement leftward, then up.

Value: 12
public const VisioPlacementStyle CompactLeftDown #

Use compact tree placement leftward, then down.

Value: 13
public const VisioPlacementStyle CompactDownLeft #

Use compact tree placement downward, then left.

Value: 14
public const VisioPlacementStyle ParentDefault #

Use parent default placement.

Value: 15
public const VisioPlacementStyle HierarchyTopToBottomLeft #

Place hierarchical shapes top-to-bottom, left aligned.

Value: 16
public const VisioPlacementStyle HierarchyTopToBottomCenter #

Place hierarchical shapes top-to-bottom, centered.

Value: 17
public const VisioPlacementStyle HierarchyTopToBottomRight #

Place hierarchical shapes top-to-bottom, right aligned.

Value: 18
public const VisioPlacementStyle HierarchyBottomToTopLeft #

Place hierarchical shapes bottom-to-top, left aligned.

Value: 19
public const VisioPlacementStyle HierarchyBottomToTopCenter #

Place hierarchical shapes bottom-to-top, centered.

Value: 20
public const VisioPlacementStyle HierarchyBottomToTopRight #

Place hierarchical shapes bottom-to-top, right aligned.

Value: 21
public const VisioPlacementStyle HierarchyLeftToRightTop #

Place hierarchical shapes left-to-right, top aligned.

Value: 22
public const VisioPlacementStyle HierarchyLeftToRightMiddle #

Place hierarchical shapes left-to-right, middle aligned.

Value: 23
public const VisioPlacementStyle HierarchyLeftToRightBottom #

Place hierarchical shapes left-to-right, bottom aligned.

Value: 24
public const VisioPlacementStyle HierarchyRightToLeftTop #

Place hierarchical shapes right-to-left, top aligned.

Value: 25
public const VisioPlacementStyle HierarchyRightToLeftMiddle #

Place hierarchical shapes right-to-left, middle aligned.

Value: 26
public const VisioPlacementStyle HierarchyRightToLeftBottom #

Place hierarchical shapes right-to-left, bottom aligned.

Value: 27