ProgressRingTemplateSettings class
Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a ProgressRing control. Not intended for general use.
Inheritance
- Object
- DependencyObject
- ProgressRingTemplateSettings
Syntax
Attributes
- MarshalingBehaviorAttribute(Agile)
- ThreadingAttribute(Both)
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The ProgressRingTemplateSettings class has these types of members:
Methods
The ProgressRingTemplateSettings class has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| ClearValue | Clears the local value of a dependency property. (Inherited from DependencyObject) |
| GetAnimationBaseValue | Returns any base value established for a dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject) |
| GetValue | Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject) |
| ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject) |
| SetValue | Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject) |
Properties
The ProgressRingTemplateSettings class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the CoreDispatcher that this object is associated with. (Inherited from DependencyObject) | |
| Read-only | Gets the template-defined diameter of the Ellipse element that is animated in a templated ProgressRing. | |
| Read-only | Gets the template-defined offset position of the Ellipse element that is animated in a templated ProgressRing. | |
| Read-only | Gets the maximum bounding size of the progress ring as rendered. |
Remarks
Get instances of ProgressRingTemplateSettings by querying the value of TemplateSettings.
The values from ProgressRingTemplateSettings are typically used as either the "To" or "From" values of theme animations or transitions.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013
