windowsforms-devexpress-dot-xtraeditors-dot-separatorcontrol-7a0dd930.md
Gets or sets the alignment of the separating line within the control client area.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DefaultValue(Alignment.Default)]
[DXCategory("Layout")]
public Alignment LineAlignment { get; set; }
<DefaultValue(Alignment.Default)>
<DXCategory("Layout")>
Public Property LineAlignment As Alignment
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraEditors.Alignment | Default |
A DevExpress.XtraEditors.Alignment enumeration value that specifies the alignment of the separating line within the control client area.
|
The LineAlignment property specifies the alignment of the separating line on the control surface. The DevExpress.XtraEditors.Alignment enumeration provides the following values:
See Also