RAMP4 - v4.21.0
    Preparing search index...

    Interface LineStyleOptions

    interface LineStyleOptions {
        cap?: LineCapType;
        colour?: string | number[] | ColourParams;
        join?: LineJoinType;
        miter?: number;
        style?: LineStyleType;
        width?: string | number;
    }
    Index

    Properties

    colour?: string | number[] | ColourParams
    miter?: number
    width?: string | number