API Reference

Class

VisioFlowchartLayoutOptions

Namespace OfficeIMO.Visio.Diagrams
Assembly OfficeIMO.Visio
Modifiers sealed

Layout dimensions used by VisioFlowchartBuilder. Visual styling is owned by VisioStyleTheme.

Inheritance

  • Object
  • VisioFlowchartLayoutOptions

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

Methods

public VisioFlowchartLayoutOptions Clone() #
Returns: VisioFlowchartLayoutOptions

Creates a detached copy of these options.

Properties

public Double ProcessWidth { get; set; } #

Default process width in page units.

public Double ProcessHeight { get; set; } #

Default process height in page units.

public Double DecisionWidth { get; set; } #

Default decision width in page units.

public Double DecisionHeight { get; set; } #

Default decision height in page units.

public Double TerminatorWidth { get; set; } #

Default terminator width in page units.

public Double TerminatorHeight { get; set; } #

Default terminator height in page units.

public Double MarkerDiameter { get; set; } #

Default continuation marker diameter in page units.