QML类型说明-LineShape

来源:互联网 发布:个人信息管理系统c语言 编辑:程序博客网 时间:2024/05/22 14:38

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)。
0 0