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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(ContentAlignment.TopCenter)]
[DXCategory("Layout")]
public ContentAlignment ContentAlignment { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ContentAlignment | TopCenter | The alignment position. |
See Also