SplitterItem.TextAlignMode Property
This member supports the internal infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override TextAlignModeItem TextAlignMode { get; set; }
#Property Value
Type | Description |
---|---|
Text |
A Text |
Available values:
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 |