PathSvg QML Type
Defines a path using an SVG path data string 更多...
Import Statement: | import QtQuick 2.7 |
属性
- path : string
详细描述
The following QML produces the path shown below:
参见 Path, PathLine, PathQuad, PathCubic, PathArc, and PathCurve.
属性
The SVG path data string specifying the path.
See W3C SVG Path Data for more details on this format.