CaptionAlignMode Enum
Enumerates the options that specify how the controls and their captions are aligned within the layout items.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Members
Name | Description |
---|---|
Default
|
For nested layout items, this setting means that the alignment is controlled by the parent’s Caption |
Align
|
Controls displayed by means of Layout |
Auto
|
The auto-size feature is enabled. The captions of Layout |
Custom
|
Enables custom size mode, in which the size of a Layout |
#Related API Members
The following properties accept/return CaptionAlignMode values:
#Remarks
The CaptionAlignMode options can be accessed via the BaseLayoutItem.CaptionAlignMode property.