| Name | Description |
| Add | Adds the specified object to the end of the FreezableCollection. (Inherited from System.Windows.FreezableCollection<XamRadialGaugeRange>) |
| ApplyAnimationClock | Overloaded. Applies an System.Windows.Media.Animation.AnimationClock to the specified System.Windows.DependencyProperty. If the property is already animated, the System.Windows.Media.Animation.HandoffBehavior.SnapshotAndReplace handoff behavior is used. (Inherited from System.Windows.Media.Animation.Animatable) |
| BeginAnimation | Overloaded. Applies an animation to the specified System.Windows.DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the System.Windows.Media.Animation.HandoffBehavior.SnapshotAndReplace handoff behavior is used. (Inherited from System.Windows.Media.Animation.Animatable) |
| Clear | Removes all elements from the collection. (Inherited from System.Windows.FreezableCollection<XamRadialGaugeRange>) |
| ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) |
| Clone | Creates a modifiable clone of this FreezableCollection and its contents, making deep copies. If this collection (or its contents) has animated dependency properties, the property's base value is copied, not its current animated value. (Inherited from System.Windows.FreezableCollection<XamRadialGaugeRange>) |
| CloneCurrentValue | Creates a modifiable copy of this FreezableCollection and its contents, making deep copies of this object's current values. If this object (or the objects it contains) contains animated dependency properties, their current animated values are copied. (Inherited from System.Windows.FreezableCollection<XamRadialGaugeRange>) |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
| Contains | Determines whether this FreezableCollection contains the specified value. (Inherited from System.Windows.FreezableCollection<XamRadialGaugeRange>) |
| CopyTo | Copies the entire FreezableCollection to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from System.Windows.FreezableCollection<XamRadialGaugeRange>) |
| Equals | (Inherited from System.Windows.DependencyObject) |
| Freeze | Makes the current object unmodifiable and sets its System.Windows.Freezable.IsFrozen property to true. (Inherited from System.Windows.Freezable) |
| GetAnimationBaseValue | Returns the non-animated value of the specified System.Windows.DependencyProperty. (Inherited from System.Windows.Media.Animation.Animatable) |
| GetAsFrozen | Creates a frozen copy of the System.Windows.Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from System.Windows.Freezable) |
| GetCurrentValueAsFrozen | Creates a frozen copy of the System.Windows.Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from System.Windows.Freezable) |
| GetEnumerator | Returns an enumerator for the entire FreezableCollection. (Inherited from System.Windows.FreezableCollection<XamRadialGaugeRange>) |
| GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
| GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire FreezableCollection. (Inherited from System.Windows.FreezableCollection<XamRadialGaugeRange>) |
| Insert | Inserts the specified object into the FreezableCollection at the specified index. (Inherited from System.Windows.FreezableCollection<XamRadialGaugeRange>) |
| InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) |
| Remove | Removes the first occurrence of the specified object from the FreezableCollection. (Inherited from System.Windows.FreezableCollection<XamRadialGaugeRange>) |
| RemoveAt | Removes the object at the specified zero-based index of the FreezableCollection. (Inherited from System.Windows.FreezableCollection<XamRadialGaugeRange>) |
| SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
| SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |