Back to Devexpress

StepProgressBarIndicatorOptions.Width Property

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbarindicatoroptions.md

latest1.5 KB
Original Source

StepProgressBarIndicatorOptions.Width Property

Gets or sets the item indicator diameter.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int320

The item indicator diameter.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Width
StepProgressBarItemOptions

.Indicator .Width

|

See Also

StepProgressBarIndicatorOptions Class

StepProgressBarIndicatorOptions Members

DevExpress.XtraEditors Namespace