Back to Devexpress

SeparatorControl.LineOrientation Property

windowsforms-devexpress-dot-xtraeditors-dot-separatorcontrol.md

latest1.6 KB
Original Source

SeparatorControl.LineOrientation Property

Gets or sets the orientation of the separating line.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(Orientation.Horizontal)]
[DXCategory("Layout")]
public Orientation LineOrientation { get; set; }
vb
<DefaultValue(Orientation.Horizontal)>
<DXCategory("Layout")>
Public Property LineOrientation As Orientation

Property Value

TypeDefaultDescription
OrientationHorizontal

A Orientation enumeration value that specifies the orientation of the separating line.

|

Remarks

By default, the separating line is horizontally oriented. Use the LineOrientation property to specify the separating line orientation.

See Also

SeparatorControl Class

SeparatorControl Members

DevExpress.XtraEditors Namespace