- 文本
```
fontColor # 顏色
fontSize # 字體大小
fontFamily # 字體庫
fontStyle # 字體樣式
textDirection # 文本書寫方向
align # 水平對齊
verticalAlign # 垂直對齊
```
- 標簽
```
labelWidth # 寬
labelPosition # 水平位置
verticalLabelPosition # 垂直位置
noLabel # 不顯示標簽
labelBackgroundColor # 背景顏色
labelBorderColor # 邊框顏色
labelPadding # 標簽文字和邊框之間的距離
spacing # 標簽與頂點的間距
spacingLet # 標簽與頂點的左間距
spacingBottom # 標簽與頂點的下間距
spacingRight # 標簽與頂點的右間距
spacingTop # 標簽與頂點的上間距
```
- 形狀 Vertex
```
fillColor # 填充顏色
strokeColor # 描邊顏色
strokeWidth # 描邊線寬
dashed # 虛線邊
dashPattern # 虛線點大小和間距
rounded # 圓角
arcSize # 圓角大小
glass # 玻璃按鈕
```
- 邊 edge
```
perimeterSpacing # 周邊間距的關鍵點
sourcePerimeterSpacing # 邊與源關鍵點周邊間距
targetPerimeterSpacing # 邊與目標關鍵點周邊間距
```