Back to Devexpress

IndicatorDrawMode Enum

windowsforms-devexpress-dot-xtraeditors-26f187e0.md

latest1.6 KB
Original Source

IndicatorDrawMode Enum

Stores available draw mode options for Step Progress Bar Item indicators.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum IndicatorDrawMode
vb
Public Enum IndicatorDrawMode

Members

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.

|

The following properties accept/return IndicatorDrawMode values:

Remarks

The figure below illustrates all available indicator draw modes.

See Also

DevExpress.XtraEditors Namespace