@nativescript-community/ui-massifmaps
    Preparing search index...

    the forwarders METHODS installs, so they are visible to TypeScript

    interface Methods {
        getBackgroundColor(): Color;
        getBorderColor(): Color;
        getBorderWidth(): number;
        getFontColor(): Color;
        getFontName(): string;
        getFontSize(): number;
        getStrokeColor(): Color;
        getStrokeWidth(): number;
        getTextField(): string;
        getTextMargins(): any;
        isBreakLines(): boolean;
    }
    Index

    Methods

    • Returns Color

    • Returns Color

    • Returns number

    • Returns Color

    • Returns string

    • Returns number

    • Returns Color

    • Returns number

    • Returns string

    • Returns any

    • Returns boolean