Back to Devexpress

StepProgressBar.ContentAlignment Property

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

latest1.3 KB
Original Source

StepProgressBar.ContentAlignment Property

Allows you to choose one of nine predefined positions where the control should place its items.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
ContentAlignmentTopCenter

The alignment position.

|

See Also

StepProgressBar Class

StepProgressBar Members

DevExpress.XtraEditors Namespace