API Reference

Enum

VisioShapePlowCode

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

Specifies how a shape moves away when another placeable shape is dropped nearby.

Inheritance

  • Enum
  • VisioShapePlowCode

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 VisioShapePlowCode PageDefault #

Use the page-level plow setting.

Value: 0
public const VisioShapePlowCode Never #

Do not move shapes away.

Value: 1
public const VisioShapePlowCode Always #

Move every affected shape away.

Value: 2