C
Path QML Type
Defines a path for use by Shape. More...
Import Statement: | import QtQuick |
Since: | Qt Quick Ultralite 1.8 |
Inherited By: |
Properties
Detailed Description
A Path is composed of one or more path segments - PathLine, PathQuad, PathCubic, PathArc, PathSvg.
Note: Path is a non-visual type; it does not display anything on its own. To draw a path, use the sub-class ShapePath inside a Shape item.
See also Shape, PathLine, PathMove, PathQuad, PathCubic, PathArc, and PathSvg.
Property Documentation
closed : bool
This property holds whether the start and end of the path are identical.
These properties hold the starting position of the path.
Available under certain Qt licenses.
Find out more.