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 Members

In This Article
Stores item indicator settings. These settings can be accessed on both control (StepProgressBar.ItemOptions.Indicator) and item (StepProgressBar.Options.Indicator) levels.

#Properties

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.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
See Also