ProgressPanel.ContentAlignment Property
In This Article
Gets or sets the alignment of the caption, description and wait indicator relative to the panel.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(ContentAlignment.MiddleLeft)]
[DXCategory("Behavior")]
public ContentAlignment ContentAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Content |
Middle |
A Content |
See Also