API Reference
Class
VisioConnectorStyle
Reusable visual style for Visio connectors.
Inheritance
- Object
- VisioConnectorStyle
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
- Property VisioCalloutOptions.LeaderStyle
- Method VisioConnectorStyle.Clone
- Property VisioStyleTheme.Connector
- Property VisioStyleTheme.ControlConnector
- Property VisioStyleTheme.DataConnector
Accepted by parameters
- Method VisioGraphDiagramBuilder.EdgeStyle
- Method VisioGraphDiagramBuilder.EdgeStyle
- Method VisioFluentConnector.Style
- Method VisioConnectorSelection.Style
- Method VisioStyleExtensions.ApplyStyle
- Method VisioStyleExtensions.ApplyStyle
Constructors
public VisioConnectorStyle(OfficeColor lineColor, Double lineWeight = 0.0138889, Int32 linePattern = 1, Nullable<EndArrow> endArrow = 13) #Initializes a new connector style.
Parameters
- lineColor OfficeIMO.Drawing.OfficeColor
- Line color.
- lineWeight System.Double = 0.0138889
- Line weight in inches.
- linePattern System.Int32 = 1
- Line pattern index.
- endArrow System.Nullable{OfficeIMO.Visio.EndArrow} = 13
- Optional end arrow style.
Methods
Inherited Methods
Properties
public OfficeColor LineColor { get; set; } #Line color.
public Double LineWeight { get; set; } #Line weight in inches.
public Int32 LinePattern { get; set; } #Line pattern index.
public Nullable<EndArrow> BeginArrow { get; set; } #Optional begin arrow style. Null leaves the current value unchanged.
public Nullable<EndArrow> EndArrow { get; set; } #Optional end arrow style. Null leaves the current value unchanged.
public Nullable<ConnectorKind> Kind { get; set; } #Optional connector kind. Null leaves the current value unchanged.
public VisioTextStyle TextStyle { get; set; } #Optional connector label text style to apply with this connector style.