API Reference

Class

VisioFlowchartTheme

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

Visual defaults used by VisioFlowchartBuilder.

Inheritance

  • Object
  • VisioFlowchartTheme

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

Creates a detached copy of the theme.

public static VisioFlowchartTheme ModernBlueGreen() #
Returns: VisioFlowchartTheme

Default blue/green OfficeIMO flowchart theme.

Properties

public OfficeColor ProcessFill { get; set; } #

Default process fill.

public OfficeColor ProcessStroke { get; set; } #

Default process stroke.

public OfficeColor DecisionFill { get; set; } #

Default decision fill.

public OfficeColor DecisionStroke { get; set; } #

Default decision stroke.

public OfficeColor TerminatorFill { get; set; } #

Default terminator fill.

public OfficeColor TerminatorStroke { get; set; } #

Default terminator stroke.

public OfficeColor MarkerFill { get; set; } #

Default continuation marker fill.

public OfficeColor MarkerStroke { get; set; } #

Default continuation marker stroke.

public OfficeColor ConnectorColor { get; set; } #

Default connector color.

public Double LineWeight { get; set; } #

Default line weight for shapes and connectors, in Visio internal units.

public Double ProcessWidth { get; set; } #

Default process width in page units.

public Double ProcessHeight { get; set; } #

Default process height in page units.

public VisioTextStyle ProcessTextStyle { get; set; } #

Default process text style.

public Double DecisionWidth { get; set; } #

Default decision width in page units.

public Double DecisionHeight { get; set; } #

Default decision height in page units.

public VisioTextStyle DecisionTextStyle { get; set; } #

Default decision text style.

public Double TerminatorWidth { get; set; } #

Default terminator width in page units.

public Double TerminatorHeight { get; set; } #

Default terminator height in page units.

public VisioTextStyle TerminatorTextStyle { get; set; } #

Default terminator text style.

public Double MarkerDiameter { get; set; } #

Default continuation marker diameter in page units.

public VisioTextStyle MarkerTextStyle { get; set; } #

Default continuation marker text style.

public VisioTextStyle ConnectorTextStyle { get; set; } #

Default connector label text style.

public VisioTextStyle TitleTextStyle { get; set; } #

Default title text style.