API Reference
Class
VisioFlowchartLayoutOptions
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
public VisioFlowchartLayoutOptions() #Methods
public VisioFlowchartLayoutOptions Clone() #Returns:
VisioFlowchartLayoutOptionsCreates a detached copy of these options.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.