wpf-devexpress-dot-xpf-dot-editors-dot-settings-0f194624.md
Lists the values used to specify the horizontal alignment.
Namespace : DevExpress.Xpf.Editors.Settings
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public enum EditSettingsHorizontalAlignment
Public Enum EditSettingsHorizontalAlignment
| 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.
|
The following properties accept/return EditSettingsHorizontalAlignment values:
Values listed by the EditSettingsHorizontalAlignment enumeration are used to set the BaseEditSettings.HorizontalContentAlignment property.
See Also