Back to Devexpress

SeparatorControl.LineColor Property

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

latest1.8 KB
Original Source

SeparatorControl.LineColor Property

Gets or sets the color of the separating line.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
public Color LineColor { get; set; }
vb
<DXCategory("Appearance")>
Public Property LineColor As Color

Property Value

TypeDescription
Color

A Color structure that specifies the color of the separating line.

|

Remarks

The LineColor property specifies the color of the separating line. If the line color is specified, you can use the SeparatorControl.LineThickness and SeparatorControl.LineStyle properties to specify the separating line appearance settings. Otherwise, if the LineColor property is set to Color.Empty , the separating line is rendered based on the currently applied skin.

See Also

SeparatorControl Class

SeparatorControl Members

DevExpress.XtraEditors Namespace