Interface Stroke

interface Stroke {
    strokeColor: Color;
    strokeDasharray: string;
    strokeStyle: string;
    strokeWidth: Num;
}

Hierarchy (view full)

Properties

strokeColor: Color
strokeDasharray: string
strokeStyle: string
strokeWidth: Num