AnnotationPolarCollection Class |
Namespace: Arction.Wpf.ChartingMVVM.Views.ViewPolar
The AnnotationPolarCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| AnnotationPolarCollection |
Constructor.
| |
| AnnotationPolarCollection(IListAnnotationPolar) |
Constructor.
|
| Name | Description | |
|---|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| Count | Gets the number of elements contained by this FreezableCollectionT. (Inherited from FreezableCollectionAnnotationPolar.) | |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties. (Inherited from Animatable.) | |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| Item | Gets or sets the element at the specified index. (Inherited from FreezableCollectionAnnotationPolar.) |
| Name | Description | |
|---|---|---|
| Add | Adds the specified object to the end of the FreezableCollectionT. (Inherited from FreezableCollectionAnnotationPolar.) | |
| AddRange |
Adds the elements of the specified collection to the end of this collection.
(Inherited from ChildObjectCollectionT.) | |
| ApplyAnimationClock(DependencyProperty, AnimationClock) | Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the SnapshotAndReplace handoff behavior is used. (Inherited from Animatable.) | |
| ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) | Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the specified HandoffBehavior is used. (Inherited from Animatable.) | |
| ApplyDelegate |
Apply delegate
(Inherited from ChildObjectCollectionT.) | |
| BeginAnimation(DependencyProperty, AnimationTimeline) | Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the SnapshotAndReplace handoff behavior is used. (Inherited from Animatable.) | |
| BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) | Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the specified HandoffBehavior is used. (Inherited from Animatable.) | |
| Clear | Removes all elements from the collection. (Inherited from FreezableCollectionAnnotationPolar.) | |
| ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject.) | |
| ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (Inherited from DependencyObject.) | |
| Clone | Creates a modifiable clone of this FreezableCollectionT 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 FreezableCollectionAnnotationPolar.) | |
| CloneCurrentValue | Creates a modifiable copy of this FreezableCollectionT 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 FreezableCollectionAnnotationPolar.) | |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Inherited from DependencyObject.) | |
| Contains | Determines whether this FreezableCollectionT contains the specified value. (Inherited from FreezableCollectionAnnotationPolar.) | |
| CopyTo | Copies the entire FreezableCollectionT to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from FreezableCollectionAnnotationPolar.) | |
| Equals | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.) | |
| Freeze | Makes the current object unmodifiable and sets its IsFrozen property to true. (Inherited from Freezable.) | |
| GetAnimationBaseValue | Returns the non-animated value of the specified DependencyProperty. (Inherited from Animatable.) | |
| GetAsFrozen | Creates a frozen copy of the Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.) | |
| GetCurrentValueAsFrozen | Creates a frozen copy of the Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.) | |
| GetEnumerator | Returns an enumerator for the entire FreezableCollectionT. (Inherited from FreezableCollectionAnnotationPolar.) | |
| GetHashCode | Gets a hash code for this DependencyObject. (Inherited from DependencyObject.) | |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.) | |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire FreezableCollectionT. (Inherited from FreezableCollectionAnnotationPolar.) | |
| Insert | Inserts the specified object into the FreezableCollectionT at the specified index. (Inherited from FreezableCollectionAnnotationPolar.) | |
| InvalidateProperty | Re-evaluates the effective value for the specified dependency property (Inherited from DependencyObject.) | |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.) | |
| Remove | Removes the first occurrence of the specified object from the FreezableCollectionT. (Inherited from FreezableCollectionAnnotationPolar.) | |
| RemoveAt | Removes the object at the specified zero-based index of the FreezableCollectionT. (Inherited from FreezableCollectionAnnotationPolar.) | |
| RemoveFromBeginning |
Remove from beginning to index
(Inherited from ChildObjectCollectionT.) | |
| RemoveRange |
Removes a range of elements from this collection.
(Inherited from ChildObjectCollectionT.) | |
| SetCurrentValue | Sets the value of a dependency property without changing its value source. (Inherited from DependencyObject.) | |
| SetValue(DependencyProperty, Object) | Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from DependencyObject.) | |
| SetValue(DependencyPropertyKey, Object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Inherited from DependencyObject.) | |
| ToList |
Creates a generic list from this collection.
(Inherited from ChildObjectCollectionT.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Changed | Occurs when the Freezable or an object it contains is modified. (Inherited from Freezable.) | |
| CollectionChanged |
Occurs when the collection changes.
(Inherited from ChildObjectCollectionT.) |