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

EditSettingsHorizontalAlignment Enum

Lists the values used to specify the horizontal alignment.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public enum EditSettingsHorizontalAlignment

Members

Name Description
Left

An element aligned to the left of the layout slot for the parent element.

Center

An element aligned to the center of the layout slot for the parent element.

Right

An element aligned to the right of the layout slot for the parent element.

Stretch

An element stretched to fill the entire layout slot of the parent element.

Default

The element alignment is defined by the owner of the editor.

Related API Members

The following properties accept/return EditSettingsHorizontalAlignment values:

Remarks

Values listed by the EditSettingsHorizontalAlignment enumeration are used to set the BaseEditSettings.HorizontalContentAlignment property.

See Also