# 介面:ArcOptions
# 繼承關係
-
↳
ArcOptions
# 屬性
# backgroundColor
• backgroundColor: Color
# 繼承自
CommonElementOptions.backgroundColor
# 定義於
# borderAlign
• borderAlign: "center"
| "inner"
弧線筆畫對齊方式。
# 定義於
# borderColor
• borderColor: Color
# 繼承自
CommonElementOptions.borderColor
# 定義於
# borderDash
• borderDash: number
[]
虛線樣式。請參閱 MDN。
預設值
[]
# 定義於
# borderDashOffset
• borderDashOffset: number
虛線偏移量。請參閱 MDN。
預設值
0.0
# 定義於
# borderJoinStyle
• borderJoinStyle: CanvasLineJoin
線條接合樣式。請參閱 MDN。當 borderAlign
為 'inner' 時,預設值為 'round',否則為 'bevel'。
# 定義於
# borderRadius
• borderRadius: number
| ArcBorderRadius
設定弧線的邊框半徑
預設值
0
# 定義於
# borderWidth
• borderWidth: number
# 繼承自
CommonElementOptions.borderWidth
# 定義於
# circular
• circular: boolean
如果為 false,則弧線將會是平的。
預設值
true
# 定義於
# offset
• offset: number
弧線偏移量 (以像素為單位)。
# 定義於
# spacing
• spacing: number
弧線之間的間距