StepProgressBar.IndicatorLength Property
In This Article
Gets or sets the space allocated for the item indicator. This is a dependency property.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
public GridLength IndicatorLength { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
The space allocated for the item indicator. |
See Also