Skip to main content
All docs
V25.1
  • 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.1.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