StepProgressBarIndicatorOptions Properties
Stores item indicator settings. These settings can be accessed on both control (StepProgressBar.ItemOptions.Indicator) and item (StepProgressBar.Options.Indicator) levels.
| Name | Description |
|---|---|
| ActiveStateDrawMode | Gets or sets the indicator draw mode. This mode is in effect when the item is in the Active state. |
| ActiveStateImageOptions | Gets or sets the indicator image. This image is displayed only when the item is in the Active state. |
| AutoCropImage | |
| AutoFitImage | Gets or sets whether transparent pixels around the indicator’s image are trimmed. |
| InactiveStateDrawMode | Gets or sets the indicator draw mode. This mode is in effect when the item is in the Inactive state. |
| InactiveStateImageOptions | Gets or sets the indicator image. This image is displayed only when the item is inactive. |
| Width | Gets or sets the item indicator diameter. |
See Also