Enum ItemsStretch
Specifies that how the step view items are sized to fill the available space.
Namespace: Syncfusion.UI.Xaml.ProgressBar
Assembly: Syncfusion.SfProgressBar.WPF.dll
Syntax
public enum ItemsStretch
  Fields
| Name | Description | 
|---|---|
| Auto | The step view item size is determined by the size of the content and secondary content.  | 
      
| Fill | The step view items are sized to fill the available space.  | 
      
| None | The step view items retains its natural size.  |