Back to Devexpress

StepProgressBar.ConnectorLineThickness Property

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbar-95ee866a.md

latest1.3 KB
Original Source

StepProgressBar.ConnectorLineThickness Property

Specifies the width of all connectors (lines that connect neighboring items). See the StepProgressBar class description for information on other available connector settings.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Int32

The connector line width.

|

See Also

StepProgressBar Class

StepProgressBar Members

DevExpress.XtraEditors Namespace