Table of Contents
Subclass of GraffitiControlGroupItem
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Constructor | value as Double | None | Creates a new instance of the class. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
IndicatorProgressBackground | WebSDKUIControl.Indicators | Default | Indicator applied to the empty area of the progress bar. |
IndicatorProgressForeground | WebSDKUIControl.Indicators | Primary | Indicator applied to the value of the progress bar. |
ShowValue | Boolean | True | Determines whether the value percentage is displayed within the progress bar. |
Size | Integer | 35 | Width/Height of the progress bar based on ControlGroup direction. |
Striped | Boolean | False | Controls whether the progress value is rendered in a striped style. |
Value | Double | 0 | Current value of the progress bar. |