Integer constants specifying the predefined style of the object. This property can be set at design time and is read-only at run time.
Name |
Value |
Description |
atmbFillStyleFillToMin |
0 |
Fill to min. The area between this thumb and the minimum value is filled. |
atmbFillStyleFillToMax |
1 |
Fill to max. The area between this thumb and the maximum value is filled. |
atmbFillStyleFillToGreater |
2 |
Fill to greater. The area between this thumb and the thumb with the next larger value is filled. If there are no thumb with larger values, the area between this thumb and the maximum value is filled. |
atmbFillStyleFillToLess |
3 |
Fill to less. The area between this thumb and the thumb with the next smaller value is filled. If there are no thumb with smaller values, the area between this thumb and the minimum value is filled. |
atmbFillStyleNone |
4 * |
No fill is drawn. |