ts-visio - v1.16.27
    Preparing search index...

    Interface ConnectorStyle

    Style options for a connector (dynamic connector shape). All fields are optional; omitted fields retain their defaults.

    interface ConnectorStyle {
        lineColor?: string;
        linePattern?: number;
        lineWeight?: number;
        routing?: ConnectorRouting;
    }
    Index

    Properties

    lineColor?: string

    Line stroke color as a CSS hex string (e.g. '#ff0000').

    linePattern?: number

    Line pattern. 0 = no line, 1 = solid (default), 2 = dashed, 3 = dotted, 4 = dash-dot, etc. Matches Visio's LinePattern cell.

    lineWeight?: number

    Stroke weight in points (e.g. 1 for a 1 pt line). Converted to inches internally (pt / 72).

    How Visio routes the connector between its endpoints.