Back to Devexpress

EditSettingsHorizontalAlignment Enum

wpf-devexpress-dot-xpf-dot-editors-dot-settings-0f194624.md

latest1.8 KB
Original Source

EditSettingsHorizontalAlignment Enum

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

Declaration

csharp
public enum EditSettingsHorizontalAlignment
vb
Public Enum EditSettingsHorizontalAlignment

Members

NameDescription
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:

Remarks

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

See Also

HorizontalContentAlignment

DevExpress.Xpf.Editors.Settings Namespace