xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
成员变量
QwtText.PaintAttribute 枚举类型参考

Paint Attributes 更多...

成员变量

详细描述

Paint Attributes

Font and color and background are optional attributes of a QwtText. The paint attributes hold the information, if they are set.

在文件 QwtText.x55 行定义.

结构体成员变量说明

◆ PaintBackground

PaintBackground = 0x04

The text has an individual background.

在文件 QwtText.x65 行定义.

◆ PaintUsingTextColor

PaintUsingTextColor = 0x02

The text has an individual color.

在文件 QwtText.x61 行定义.

◆ PaintUsingTextFont

PaintUsingTextFont = 0x01

The text has an individual font.

在文件 QwtText.x58 行定义.