EllipseShape QML Type
Represents an ellipse to other particle system elements. More...
Properties
- fill : bool
Detailed Description
\inqmlmodule
QtQuick.Particles \ingroup
qtquick-particles \inherits
Shape
This shape can be used by Emitter subclasses and Affector subclasses to have them act upon an ellipse shaped area.
Property Documentation
fill : bool |
If fill is true the ellipse is filled; otherwise it is just a border.
Default is true.