提示文字設定。

interface AddPromptParameter {
    align?: number;
    borderColor?: any;
    borderOpacity?: number;
    borderWidth?: number;
    color?: any;
    fontSize?: number;
    fontType?: string;
    opacity?: number;
    pos?: GeoPoint;
    text?: string;
}

Properties

align?: number

文字對齊。

Default Value

ov.TEXT_ALIGN.HORZ_CENTER | ov.TEXT_ALIGN.VERT_VCENTER
borderColor?: any

邊框顏色。

Default Value

new ov.Color("#FFFFFFBF")
borderOpacity?: number

邊框不透明度。

Default Value

0.75
borderWidth?: number

邊框寬度。

Default Value

2
color?: any

文字顏色。

Default Value

new ov.Color("#FFFFFF")
fontSize?: number

文字大小。

Default Value

18
fontType?: string

文字字體。

Default Value

"標楷體"
opacity?: number

文字不透明度。

Default Value

0.75
pos?: GeoPoint

文字位置。

Default Value

new GeoPoint(0, 0)
text?: string

文字。

Default Value

""

Generated using TypeDoc