Back to Devexpress

StepProgressBar.ShowOuterBorder Property

wpf-devexpress-dot-xpf-dot-controls-dot-stepprogressbar-ffca7cf2.md

latest1.5 KB
Original Source

StepProgressBar.ShowOuterBorder Property

Gets or sets whether to display the outer border. This is a dependency property.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool ShowOuterBorder { get; set; }
vb
Public Property ShowOuterBorder As Boolean

Property Value

TypeDescription
Boolean

true to display the outer border; otherwise, false.

|

Remarks

The ShowOuterBorder property’s default value is true if you apply the DevExpress Windows 11 Theme.

See Also

OuterBorderBrush

OuterBorderSize

OuterBorderIndent

StepProgressBar Class

StepProgressBar Members

DevExpress.Xpf.Controls Namespace