Percept
    Preparing search index...

    Interface PolygonOptions

    interface PolygonOptions {
        fill?: boolean;
        fillColor?: string | LinearGradient | RadialGradient;
        outline?: boolean;
        outlineColor?: string | LinearGradient | RadialGradient;
        outlineDashSegments?: number[];
        outlineWidth?: number;
        shadowBlur?: number;
        shadowColor?: string;
        shadowOffset?: Vector;
        staticShadow?: boolean;
    }
    Index
    fill?: boolean
    fillColor?: string | LinearGradient | RadialGradient
    outline?: boolean
    outlineColor?: string | LinearGradient | RadialGradient
    outlineDashSegments?: number[]
    outlineWidth?: number
    shadowBlur?: number
    shadowColor?: string
    shadowOffset?: Vector
    staticShadow?: boolean