Class ItemsStretch
Specifies that how the step view items are sized to fill the available space.
Inheritance
System.Object
ItemsStretch
Namespace: Syncfusion.UI.Xaml.ProgressBar
Assembly: Syncfusion.SfProgressBar.WPF.dll
Syntax
public sealed class ItemsStretch : Enum
Fields
Auto
The step view item size is determined by the size of the content and secondary content.
Declaration
public const ItemsStretch Auto
Field Value
Type |
---|
ItemsStretch |
Fill
The step view items are sized to fill the available space.
Declaration
public const ItemsStretch Fill
Field Value
Type |
---|
ItemsStretch |
None
The step view items retains its natural size.
Declaration
public const ItemsStretch None
Field Value
Type |
---|
ItemsStretch |