Class ProgressTypes
Represents a list of progress types for the control.
Inheritance
System.Object
ProgressTypes
Namespace: Syncfusion.UI.Xaml.Controls.Notification
Assembly: Syncfusion.SfProgressBar.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public sealed class ProgressTypes : Enum
Fields
Custom
Represents custom shape to show progress animation in the control.
Declaration
public const ProgressTypes Custom
Field Value
Type |
---|
ProgressTypes |
SegmentedCircular
Represents segmented circular shape to show progress animation in the control.
Declaration
public const ProgressTypes SegmentedCircular
Field Value
Type |
---|
ProgressTypes |
SegmentedLinear
Represents segmented linear shape to show progress animation in the control.
Declaration
public const ProgressTypes SegmentedLinear
Field Value
Type |
---|
ProgressTypes |
Shape
Represents one of the default shape to show progress animation in the control.
Declaration
public const ProgressTypes Shape
Field Value
Type |
---|
ProgressTypes |
SolidCircular
Represents solid circular shape to show progress animation in the control.
Declaration
public const ProgressTypes SolidCircular
Field Value
Type |
---|
ProgressTypes |
SolidLinear
Represents solid linear shape to show progress animation in the control.
Declaration
public const ProgressTypes SolidLinear
Field Value
Type |
---|
ProgressTypes |