QML类型说明-LineShape

LineShape

ImportStatement:   import QtQuick.Particles 2.0

Inherits:      Shape

 

Properties

mirrored :bool

 

DetailedDescription

 

PropertyDocumentation

mirrored :bool

默认时,组件使用LineShape,线从(0,0)到(width,height)。如果mirrored设置为真,它将沿Y轴镜像。线从(0,height)到(width,0)。

你可能感兴趣的:(QML类型说明-L)