Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public int ConnectorLineThickness { get; set; }

Property Value

Type Description
Int32

The connector line width.

See Also