API Reference

Class

VisioBlockDiagramLayoutOptions

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

Grid dimensions used by VisioBlockDiagramBuilder. Visual styling is owned by VisioStyleTheme.

Inheritance

  • Object
  • VisioBlockDiagramLayoutOptions

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 VisioBlockDiagramLayoutOptions Clone() #
Returns: VisioBlockDiagramLayoutOptions

Creates a detached copy of these options.

Properties

public Double BlockWidth { get; set; } #

Default block width in page units.

public Double BlockHeight { get; set; } #

Default block height in page units.

public Double ColumnGap { get; set; } #

Default column gap in page units.

public Double RowGap { get; set; } #

Default row gap in page units.