CSArc QML Type

Display an arc curve. More...

Import Statement: import CSDataQuick.Components 1.0
Inherits:

CSGraphics

Properties

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

arrowPosition : int

This property indicates where the arrow is draw.

See also ArrowPosition.


begin : real

This property holds the start of the arc in degrees.


closure : int

This property indicates how to close the gap.


span : real

This property holds the length of the arc in degrees.