Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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