StepProgressBar.ContentAlignment Property
In This Article
Allows you to choose one of nine predefined positions where the control should place its items.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(ContentAlignment.TopCenter)]
[DXCategory("Layout")]
public ContentAlignment ContentAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Content |
Top |
The alignment position. |
See Also