# 接口:ArcOptions
# 层次结构
-
↳
ArcOptions
# 属性
# 背景色
• backgroundColor: 颜色
# 继承自
CommonElementOptions.backgroundColor
# 定义在
types/index.d.ts:1807 (在新窗口中打开)
# 边框对齐
• borderAlign: "center"
| "inner"
弧形边框的对齐
# 定义在
types/index.d.ts:1833 (在新窗口中打开)
# 边框颜色
• borderColor: 颜色
# 继承自
CommonElementOptions.borderColor
# 定义在
types/index.d.ts:1806 (在新窗口中打开)
# 边框虚线
• borderDash: number
[]
线型。见MDN。
默认值
[]
# 定义在
types/index.d.ts:1838 (在新窗口中打开)
# 边框虚线偏移量
• borderDashOffset: number
线型偏移量。见MDN。
默认值
0.0
# 定义在
types/index.d.ts:1843 (在新窗口中打开)
# 边框连接方式
• borderJoinStyle: CanvasLineJoin
线条连接样式。见MDN。默认在borderAlign
为'inner'时为'round',其他情况为'bevel'。
# 定义在
types/index.d.ts:1847 (在新窗口中打开)
# borderRadius
• borderRadius: number
| ArcBorderRadius
设置弧的边框半径
默认值
0
# 定义于
types/index.d.ts:1853 (在新窗口中打开)
# borderWidth
• borderWidth: number
# 继承自
CommonElementOptions.borderWidth
# 定义于
types/index.d.ts:1805 (在新窗口中打开)
# circular
• circular: boolean
如果为false,则弧将呈扁平状。
默认值
true
# 定义于
types/index.d.ts:1864 (在新窗口中打开)
# offset
• offset: number
弧偏移量(以像素为单位)。
# 定义于
types/index.d.ts:1858 (在新窗口中打开)
# spacing
• spacing: number
弧之间的间隔