Back to Devexpress

SeparatorControl.LineThickness Property

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

latest1.8 KB
Original Source

SeparatorControl.LineThickness Property

Gets or sets the width, in pixels, of the separating line. This property is in effect when the control is painted using any paint theme, except skins.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Layout")]
public int LineThickness { get; set; }
vb
<DXCategory("Layout")>
Public Property LineThickness As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the width, in pixels, of the separating line.

|

Remarks

The LineThickness property allows you to specify the width, in pixels, of the separating line. This property is in effect when the control is painted using any paint theme, except skins, or if the SeparatorControl.LineColor property is explicitly specified.

See Also

LineColor

LineStyle

SeparatorControl Class

SeparatorControl Members

DevExpress.XtraEditors Namespace