API Reference

Class

VisioBlockDiagramTheme

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

Visual defaults used by VisioBlockDiagramBuilder.

Inheritance

  • Object
  • VisioBlockDiagramTheme

Usage

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

Accepted by parameters

Constructors

Methods

public VisioBlockDiagramTheme Clone() #
Returns: VisioBlockDiagramTheme

Creates a detached copy of the theme.

public static VisioBlockDiagramTheme TechnicalBlue() #
Returns: VisioBlockDiagramTheme

Default blue/gray OfficeIMO block diagram theme.

Properties

public OfficeColor BlockFill { get; set; } #

Default block fill color.

public OfficeColor BlockStroke { get; set; } #

Default block stroke color.

public OfficeColor EmphasisFill { get; set; } #

Default emphasis block fill color.

public OfficeColor EmphasisStroke { get; set; } #

Default emphasis block stroke color.

public OfficeColor RegionFill { get; set; } #

Default region fill color.

public OfficeColor RegionStroke { get; set; } #

Default region stroke color.

public OfficeColor DataFlowColor { get; set; } #

Solid data-flow connector color.

public OfficeColor ControlFlowColor { get; set; } #

Dashed control-flow connector color.

public Double BlockWidth { get; set; } #

Default block width in page units.

public Double BlockHeight { get; set; } #

Default block height in page units.

public VisioTextStyle BlockTextStyle { get; set; } #

Default block text style.

public VisioTextStyle EmphasisTextStyle { get; set; } #

Default emphasis block text style.

public VisioTextStyle RegionTextStyle { get; set; } #

Default region text style.

public VisioTextStyle ConnectorTextStyle { get; set; } #

Default connector label text style.

public VisioTextStyle TitleTextStyle { get; set; } #

Default title text style.

public VisioTextStyle LegendTextStyle { get; set; } #

Default legend label text style.

public Double ColumnGap { get; set; } #

Default column gap in page units.

public Double RowGap { get; set; } #

Default row gap in page units.

public Double LineWeight { get; set; } #

Default shape and connector line weight.