Type alias TCanvasShapeLineSymbol
TCanvasShapeLineSymbol: TSymbol & { beginDecoration?: string; beginTangentAngle: number; endDecoration?: string; endTangentAngle: number; firstPoint: TPoint; lastPoint: TPoint; } Type declaration
Optional
beginDecoration?: string
beginTangentAngle: number
Optional
endDecoration?: string
endTangentAngle: number