StepProgressBar.Orientation Property
In This Article
Allows you to choose between vertical and horizontal control orientation.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(Orientation.Horizontal)]
[DXCategory("Layout")]
public Orientation Orientation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Orientation | Horizontal | The control orientation mode. |
See Also