Table of Contents

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

DependencyProperty

Properties

ChasingDotsKey

public static ComponentResourceKey ChasingDotsKey { get; }

Property Value

ComponentResourceKey

CircleKey

public static ComponentResourceKey CircleKey { get; }

Property Value

ComponentResourceKey

DoubleBounceKey

public static ComponentResourceKey DoubleBounceKey { get; }

Property Value

ComponentResourceKey

IsActive

Gets or sets a value that indicates whether the ModernProgressRing is showing progress.

public bool IsActive { get; set; }

Property Value

bool

PulseKey

public static ComponentResourceKey PulseKey { get; }

Property Value

ComponentResourceKey

RotatingPlaneKey

public static ComponentResourceKey RotatingPlaneKey { get; }

Property Value

ComponentResourceKey

ThreeBounceKey

public static ComponentResourceKey ThreeBounceKey { get; }

Property Value

ComponentResourceKey

WanderingCubesKey

public static ComponentResourceKey WanderingCubesKey { get; }

Property Value

ComponentResourceKey

WaveKey

public static ComponentResourceKey WaveKey { get; }

Property Value

ComponentResourceKey

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()