Area shape 属性
定义和用法
shape 属性设置或返回一个区域的 shape 属性值。
shape 属性指定区域的形状。
shape 属性与 coords 属性一起用于指定区域的大小、形状和位置。
提示: 使用coords属性来设置或返回一个区域的coords属性值。
浏览器支持
属性 | |||||
---|---|---|---|---|---|
shape | Yes | Yes | Yes | Yes | Yes |
语法
返回 shape 属性:
areaObject.shape
设置 shape 属性:
areaObject.shape = "default|rect|circle|poly"
属性值
值 | 描述 |
---|---|
default | 指定整个区域 |
rect | 定义一个矩形区域 |
circle | 定义一个圆形区域 |
poly | 定义一个多边形区域 |
技术细节
返回值: | 字符串,代表区域的形状类型 |
---|
更多实例
相关页面
HTML 参考手册: HTML <area> shape 属性
❮ Area 对象