API Reference
VisioStyleTheme
Authoring-time style theme that groups reusable shape, connector, and text styles.
Inheritance
- Object
- VisioStyleTheme
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
- Method VisioStyleTheme.Clone
- Method VisioStyleTheme.Dark
- Method VisioStyleTheme.Fluent
- Method VisioStyleTheme.Minimal
- Method VisioStyleTheme.Modern
- Method VisioStyleTheme.Office
- Method VisioStyleTheme.Print
- Method VisioStyleTheme.Technical
Accepted by parameters
- Method VisioArchitectureDiagramBuilder.Theme
- Method VisioBlockDiagramBuilder.Theme
- Method VisioDependencyDiagramBuilder.Theme
- Method VisioFlowchartBuilder.Theme
- Method VisioGraphDiagramBuilder.Theme
- Method VisioNetworkDiagramBuilder.Theme
- Method VisioNetworkTopologyDiagramBuilder.Theme
- Method VisioOrgChartDiagramBuilder.Theme
- Method VisioSequenceDiagramBuilder.Theme
- Method VisioSwimlaneDiagramBuilder.Theme
- Method VisioTimelineDiagramBuilder.Theme
Constructors
public VisioStyleTheme() #Methods
public static VisioStyleTheme Dark() #VisioStyleThemeDark presentation theme with high-contrast labels for dashboards and executive diagrams.
public static VisioStyleTheme Fluent() #VisioStyleThemeFluent-inspired theme using crisp Microsoft 365 accent colors.
public static VisioStyleTheme Minimal() #VisioStyleThemeLow-ink theme for clean documentation and printed pages.
public static VisioStyleTheme Modern() #VisioStyleThemePolished blue/green theme for common business diagrams.
public static VisioStyleTheme Office() #VisioStyleThemeOffice-like blue, green, and gold theme for familiar business diagrams.
public static VisioStyleTheme Print() #VisioStyleThemeBlack-and-white theme for maximum print compatibility.
public static VisioStyleTheme Technical() #VisioStyleThemeQuiet technical theme for infrastructure and system diagrams.
public VisioBlockDiagramTheme ToBlockDiagramTheme() #VisioBlockDiagramThemeConverts this authoring style theme into a block diagram builder theme.
public VisioFlowchartTheme ToFlowchartTheme() #VisioFlowchartThemeConverts this authoring style theme into a flowchart builder theme.
Inherited Methods
Properties
public VisioShapeStyle Primary { get; set; } #Primary process/block shape style.
public VisioShapeStyle Success { get; set; } #Success/terminator shape style.
public VisioShapeStyle Decision { get; set; } #Decision/attention shape style.
public VisioShapeStyle Marker { get; set; } #Continuation/marker shape style.
public VisioShapeStyle Emphasis { get; set; } #Emphasis shape style.
public VisioShapeStyle Container { get; set; } #Container/region shape style.
public VisioConnectorStyle Connector { get; set; } #Standard connector style.
public VisioConnectorStyle DataConnector { get; set; } #Data-flow connector style.
public VisioConnectorStyle ControlConnector { get; set; } #Control-flow connector style.