geoview-core
    Preparing search index...

    Interface EsriSimpleFillSymbol

    interface EsriSimpleFillSymbol {
        color: TypeEsriColor;
        outline: EsriSimpleLineSymbol;
        style: EsriFillStyle;
        type: "esriSFS";
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color: TypeEsriColor
    type: "esriSFS"
    width: number