Back to Devexpress

StepProgressBarIndicatorOptions.InactiveStateDrawMode Property

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbarindicatoroptions-80a70858.md

latest2.9 KB
Original Source

StepProgressBarIndicatorOptions.InactiveStateDrawMode Property

Gets or sets the indicator draw mode. This mode is in effect when the item is in the Inactive state.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(IndicatorDrawMode.Default)]
[DXCategory("Appearance")]
public IndicatorDrawMode InactiveStateDrawMode { get; set; }
vb
<DefaultValue(IndicatorDrawMode.Default)>
<DXCategory("Appearance")>
Public Property InactiveStateDrawMode As IndicatorDrawMode

Property Value

TypeDefaultDescription
IndicatorDrawModeDefault

The indicator draw mode.

|

Available values:

NameDescription
Default

Same as Full.

| | None |

Neither the indicator outline nor central area are visible. If assigned, an indicator icon is the only element visible in this mode.

| | Outline |

An indicator outline is visible, and the central indicator area is empty.

| | Full |

An indicator outline is visible, and the central indicator area is filled with the outline color.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to InactiveStateDrawMode
StepProgressBarItemOptions

.Indicator .InactiveStateDrawMode

|

Remarks

The StepProgressBarIndicatorOptions.ActiveStateDrawMode and StepProgressBarIndicatorOptions.InactiveStateDrawMode properties allow you to choose from the following indicator styles:

  • Full or Default - an indicator outline is visible, and the central indicator area is filled with the outline color.
  • Outline - an indicator outline is visible, and the central indicator area is empty.
  • None - neither the indicator outline nor central area are visible. If assigned, an indicator icon is the only element visible in this mode.

See Also

StepProgressBarIndicatorOptions Class

StepProgressBarIndicatorOptions Members

DevExpress.XtraEditors Namespace