image marker for rn
    Preparing search index...

    Interface ShadowLayerStyle

    ShadowLayer style for text watermark

    shadowStyle: {
    dx: 10,
    dy: 10,
    radius: 10,
    color: '#aacc22'
    }
    interface ShadowLayerStyle {
        color: string;
        dx: number;
        dy: number;
        radius: number;
    }
    Index

    Properties

    Properties

    color: string

    shadow color

    color: '#aacc22'
    
    dx: number

    shadow offset x

    dx: 10
    
    dy: number

    shadow offset y

    dy: 10
    
    radius: number

    shadow radius

    radius: 10