1.36.1 BLOX.BProgress: accessing
- backgroundColor
- Answer the background color of the widget. This is used for
the background of the non-filled part, as well as for the
foreground of the filled part.
- backgroundColor: aColor
- Set the background color of the widget. This is used for
the background of the non-filled part, as well as for the
foreground of the filled part.
- filledColor
- Answer the background color of the widget's filled part.
- filledColor: aColor
- Set the background color of the widget's filled part.
- foregroundColor
- Set the foreground color of the widget. This is used for
the non-filled part, while the background color also works
as the foreground of the filled part.
- foregroundColor: aColor
- Set the foreground color of the widget. This is used for
the non-filled part, while the background color also works
as the foreground of the filled part.
- value
- Answer the filled percentage of the receiver (0..1)
- value: newValue
- Set the filled percentage of the receiver and update the appearance.
newValue must be between 0 and 1.