OptionsItemText.AutoAlignMode Property
OBSOLETE
use TextAlignMode instead
Specifies the alignment options.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("use TextAlignMode instead")]
public AutoAlignMode AutoAlignMode { get; set; }
Property Value
Type |
---|
AutoAlignMode |
Available values:
Name | Description |
---|---|
AlignLocal | This member is obsolete. Controls are aligned independently within layout groups. |
AlignGlobal | This member is obsolete. Controls are aligned throughout the LayoutControl. |
AutoSize | This member is obsolete. The auto-size feature is enabled. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AutoAlignMode |
---|---|
LayoutControl |
|
Remarks
This member is obsolete. Use the OptionsItemText.TextAlignMode property instead.
See Also