TextAlignModeItem Enum
Enumerates the options that determine the alignment settings of a layout item’s control.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Use
|
Alignment settings are determined by the item’s parent. The item’s Base The item’s immediate parent is a group which provides the Layout For the root group, its parent is the Layout |
Auto
|
The auto-size feature is applied to the current layout item. The item’s text region is automatically resized to the minimum width that allows the text to be displayed in its entirety. |
Custom
|
Enables custom size mode, in which the size of the layout item’s text region must be specified manually via the Base |
#Related API Members
The following properties accept/return TextAlignModeItem values:
Library | Related API Members |
---|---|
Win |
Layout |
XAF: Cross-Platform .NET App UI & Web API | IModel |
IModel |
#Remarks
The TextAlignModeItem options can be accessed via the LayoutControlItem.TextAlignMode property.