# new SketchStyle(options)
草图样式管理类
参数:
名称 | 类型 | 描述 |
---|---|---|
options |
Object | |
vertexStyle |
SimpleMarkerSymbol | 草图点样式 |
lineStyle |
SimpleLineSymbol | 草图线样式 |
fillStyle |
SimpleFillSymbol | 草图区样式 |
selectBoxStyle |
TextSymbol | 草图选中框样式 |
selectBoxVertexStyle |
TextSymbol | 草图选中框的顶点样式 |
selectVertexStyle |
TextSymbol | 草图选中时,被编辑中点样式 |
selectMidVertexStyle |
TextSymbol | 草图选中时,被编辑中点样式 |
isShowSegmentLength |
Boolean | 是否显示分段长度 |
isShowArea |
Boolean | 是否显示面积 |