Skip to main content
A newer version of this page is available. .

OptionsItemText.AutoAlignMode Property

OBSOLETE

use TextAlignMode instead

Specifies the alignment options.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Obsolete("use TextAlignMode instead")]
[Browsable(false)]
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
DataLayoutControl
.OptionsItemText.AutoAlignMode
LayoutControl
.OptionsItemText.AutoAlignMode

Remarks

This member is obsolete. Use the OptionsItemText.TextAlignMode property instead.

See Also