CSGraphics QML Type
Basic type to all graphics shapes. More...
Import Statement: | import CSDataQuick.Components 1.0 |
Inherits: | |
Inherited By: | CSArc, CSImage, CSOval, CSPolygon, CSPolyline, CSRect, and CSText |
Properties
- alarmColor : color
- colorMode : int
- edgeStyle : int
- fillStyle : int
- lineWidth : int
Detailed Description
CSGraphics is the base type for all graphics types. It defines all the attributes that are common across graphics shapes.
Property Documentation
This property holds the color based on the severity of the associated CSData.
It is one of the ColorMap.invalid_alarm, ColorMap.minor_alarm, ColorMap.major_alarm and ColorMap.no_alarm.
This property indicates how foreground color changes.
See also ColorMode.
This property holds the outline style.
See also EdgeStyle.
This property indicates whether draw outline only or fill the shape.
See also FillStyle.