Back to Devexpress

AutoAlignMode Enum

windowsforms-devexpress-dot-xtralayout-b8cc40d2.md

latest1.0 KB
Original Source

AutoAlignMode Enum

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum AutoAlignMode
vb
Public Enum AutoAlignMode

Members

NameDescription
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

DevExpress.XtraLayout Namespace