Interface JLayerStyleLineStroke

interface JLayerStyleLineStroke {
    cap: JLAYER_STYLE_LINE_STROKE_CAP;
    join: JLAYER_STYLE_LINE_STROKE_JOIN;
    width: number;
}

Hierarchy (view full)

Properties

Properties

width: number