Skip to main content
All docs
V25.1
  • StepProgressBar.Orientation Property

    Gets or sets the StepProgressBar orientation. This is a dependency property.

    Namespace: DevExpress.Xpf.Controls

    Assembly: DevExpress.Xpf.Controls.v25.1.dll

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public Orientation Orientation { get; set; }

    Property Value

    Type Description
    Orientation

    The StepProgressBar orientation.

    See Also