Back to Devexpress

ProgressPanel.ContentAlignment Property

windowsforms-devexpress-dot-xtrawaitform-dot-progresspanel-d5a574cc.md

latest1.7 KB
Original Source

ProgressPanel.ContentAlignment Property

Gets or sets the alignment of the caption, description and wait indicator relative to the panel.

Namespace : DevExpress.XtraWaitForm

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
ContentAlignmentMiddleLeft

A ContentAlignment enumeration value that specifies the alignment of the caption, description and wait indicator relative to the panel.

|

See Also

Caption

Description

WaitAnimationType

ProgressPanel Class

ProgressPanel Members

DevExpress.XtraWaitForm Namespace