SeparatorControl.LineColor Property
Gets or sets the color of the separating line.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
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