CSArc QML Type
Display an arc curve. More...
Import Statement: | import CSDataQuick.Components 1.0 |
Inherits: |
Properties
- arrowPosition : int
- begin : real
- closure : int
- span : real
Detailed Description
The arc is drawn beginning at begin and extending span degrees counter clockwise. Negative span will effectively draw in clockwise. An arrow can be drawn by either or both ends depending on arrowPosition.
CSArc { begin: 45 span: 225 }
Property Documentation
This property indicates where the arrow is draw.
See also ArrowPosition.