StepProgressBar.Orientation Property
Allows you to choose between vertical and horizontal control orientation.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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