Class ProgressRing
Rotating loading ring.
public class ProgressRing : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
- Inheritance
-
ProgressRing
- Implements
- Inherited Members
Fields
CoverRingStrokeProperty
Identifies the CoverRingStroke dependency property.
public static readonly DependencyProperty CoverRingStrokeProperty
Field Value
CoverRingVisibilityProperty
Identifies the CoverRingVisibility dependency property.
public static readonly DependencyProperty CoverRingVisibilityProperty
Field Value
EngAngleProperty
Identifies the EngAngle dependency property.
public static readonly DependencyProperty EngAngleProperty
Field Value
IndeterminateAngleProperty
Identifies the IndeterminateAngle dependency property.
public static readonly DependencyProperty IndeterminateAngleProperty
Field Value
IsIndeterminateProperty
Identifies the IsIndeterminate dependency property.
public static readonly DependencyProperty IsIndeterminateProperty
Field Value
ProgressProperty
Identifies the Progress dependency property.
public static readonly DependencyProperty ProgressProperty
Field Value
Properties
CoverRingStroke
Gets background ring fill.
public Brush CoverRingStroke { get; }
Property Value
CoverRingVisibility
Gets background ring visibility.
public Visibility CoverRingVisibility { get; }
Property Value
EngAngle
Gets or sets the EndAngle.
public double EngAngle { get; set; }
Property Value
IndeterminateAngle
Gets the EndAngle when IsIndeterminate is true.
public double IndeterminateAngle { get; }
Property Value
IsIndeterminate
Gets or sets a value indicating whether ProgressRing shows actual values (false) or generic, continuous progress feedback.
public bool IsIndeterminate { get; set; }
Property Value
Progress
Gets or sets the progress.
public double Progress { get; set; }
Property Value
Methods
OnProgressChanged(DependencyObject, DependencyPropertyChangedEventArgs)
protected static void OnProgressChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
UpdateProgressAngle()
protected void UpdateProgressAngle()