Back to Devexpress

StepProgressBar.Orientation Property

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

latest1.2 KB
Original Source

StepProgressBar.Orientation Property

Allows you to choose between vertical and horizontal control orientation.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(Orientation.Horizontal)]
[DXCategory("Layout")]
public Orientation Orientation { get; set; }
vb
<DefaultValue(Orientation.Horizontal)>
<DXCategory("Layout")>
Public Property Orientation As Orientation

Property Value

TypeDefaultDescription
OrientationHorizontal

The control orientation mode.

|

See Also

StepProgressBar Class

StepProgressBar Members

DevExpress.XtraEditors Namespace