Back to Devexpress

StepProgressBarItemOptions.ConnectorOffset Property

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbaritemoptions.md

latest1.9 KB
Original Source

StepProgressBarItemOptions.ConnectorOffset Property

Gets or sets the distance (in pixels) between the end of connector lines, and the item indicator outline.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int320

The gap between connectors and outline.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ConnectorOffset
StepProgressBarItem

.Options .ConnectorOffset

|

Remarks

This setting is in effect even when you set the indicator DrawMode to IndicatorDrawMode.None so that the item does not draw its outline. The figure below illustrates an example.

See Also

StepProgressBarItemOptions Class

StepProgressBarItemOptions Members

DevExpress.XtraEditors Namespace