StepProgressBarIndicatorOptions Members
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
| 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