Class ModernProgressRing
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
Represents a control that indicates that an operation is ongoing.
[TemplateVisualState(GroupName = "ActiveStates", Name = "Inactive")]
[TemplateVisualState(GroupName = "ActiveStates", Name = "Active")]
public class ModernProgressRing : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
ModernProgressRing
- Implements
- Inherited Members
- Extension Methods
Constructors
ModernProgressRing()
Initializes a new instance of the ModernProgressRing class.
public ModernProgressRing()
Fields
IsActiveProperty
Identifies the IsActive property.
public static readonly DependencyProperty IsActiveProperty
Field Value
Properties
ChasingDotsKey
public static ComponentResourceKey ChasingDotsKey { get; }
Property Value
CircleKey
public static ComponentResourceKey CircleKey { get; }
Property Value
DoubleBounceKey
public static ComponentResourceKey DoubleBounceKey { get; }
Property Value
IsActive
Gets or sets a value that indicates whether the ModernProgressRing is showing progress.
public bool IsActive { get; set; }
Property Value
PulseKey
public static ComponentResourceKey PulseKey { get; }
Property Value
RotatingPlaneKey
public static ComponentResourceKey RotatingPlaneKey { get; }
Property Value
ThreeBounceKey
public static ComponentResourceKey ThreeBounceKey { get; }
Property Value
WanderingCubesKey
public static ComponentResourceKey WanderingCubesKey { get; }
Property Value
WaveKey
public static ComponentResourceKey WaveKey { get; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()