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

AutoAlignMode Enum

Obsolete. Instead use the options provided by the TextAlignMode class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

public enum AutoAlignMode

Members

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.

See Also