Back to Devexpress

StepProgressBar.InversedProgressDirection Property

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbar-e5b45401.md

latest1.8 KB
Original Source

StepProgressBar.InversedProgressDirection Property

Gets or sets whether the control is flipped horizontally (or vertically, if its StepProgressBar.Orientation is Vertical).

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Layout")]
public bool InversedProgressDirection { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Layout")>
Public Property InversedProgressDirection As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the control is flipped; otherwise, false.

|

Remarks

The table below enumerates all possible InversedProgressDirection and Orientation combinations, and their effect on the item direction.

| |

InversedProgressDirection = false

|

InversedProgressDirection = true

| | --- | --- | --- | |

Orientation = Horizontal

|

Left-to-right

|

Right-to-left

| |

Orientation = Vertical

|

Top-down

|

Bottom-up

|

See Also

StepProgressBar Class

StepProgressBar Members

DevExpress.XtraEditors Namespace