public class BrushAnimation : AnimationTimeline
Public Class BrushAnimation
Inherits AnimationTimeline
public ref class BrushAnimation : public AnimationTimeline
type BrushAnimation =
class
inherit AnimationTimeline
end
BrushAnimation | Инициализирует новый экземпляр класса BrushAnimation |
AccelerationRatio | Gets or sets a value specifying the percentage of the timeline's Duration spent accelerating the passage of time from zero to its maximum rate. (Унаследован от Timeline) |
AutoReverse | Gets or sets a value that indicates whether the timeline plays in reverse after it completes a forward iteration. (Унаследован от Timeline) |
BeginTime | Gets or sets the time at which this Timeline should begin. (Унаследован от Timeline) |
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Унаследован от Freezable) |
DecelerationRatio | Gets or sets a value specifying the percentage of the timeline's Duration spent decelerating the passage of time from its maximum rate to zero. (Унаследован от Timeline) |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Унаследован от DependencyObject) |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Унаследован от DispatcherObject) |
Duration | Gets or sets the length of time for which this timeline plays, not counting repetitions. (Унаследован от Timeline) |
FillBehavior | Gets or sets a value that specifies how the Timeline behaves after it reaches the end of its active period. (Унаследован от Timeline) |
From | |
HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties. (Унаследован от Animatable) |
IsDestinationDefault | Gets a value that indicates whether this animation uses the defaultDestinationValue parameter of the GetCurrentValue(Object, Object, AnimationClock) method as its destination value. (Унаследован от AnimationTimeline) |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Унаследован от Freezable) |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Унаследован от DependencyObject) |
Name | Gets or sets the name of this Timeline. (Унаследован от Timeline) |
RepeatBehavior | Gets or sets the repeating behavior of this timeline. (Унаследован от Timeline) |
SpeedRatio | Gets or sets the rate, relative to its parent, at which time progresses for this Timeline. (Унаследован от Timeline) |
TargetPropertyType | (Переопределяет AnimationTimelineTargetPropertyType) |
To |
AllocateClock | Creates a Clock for this AnimationTimeline. (Унаследован от AnimationTimeline) |
ApplyAnimationClock(DependencyProperty, AnimationClock) | Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the SnapshotAndReplace handoff behavior is used. (Унаследован от Animatable) |
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) | Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the specified HandoffBehavior is used. (Унаследован от Animatable) |
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. (Унаследован от 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. (Унаследован от Animatable) |
CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Унаследован от DispatcherObject) |
ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Унаследован от DependencyObject) |
ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (Унаследован от DependencyObject) |
Clone | Creates a modifiable clone of this AnimationTimeline, making deep copies of this object's values. When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. (Унаследован от AnimationTimeline) |
CloneCore | Makes the instance a clone (deep copy) of the specified Freezable using base (non-animated) property values. (Унаследован от Freezable) |
CloneCurrentValue | Creates a modifiable clone of this Timeline object, making deep copies of this object's current values. (Унаследован от Timeline) |
CloneCurrentValueCore | Makes the instance a modifiable clone (deep copy) of the specified Freezable using current property values. (Унаследован от Freezable) |
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. (Унаследован от DependencyObject) |
CreateClock | Creates a new AnimationClock from this AnimationTimeline. (Унаследован от AnimationTimeline) |
CreateClock(Boolean) | Creates a new Clock from this Timeline and specifies whether the new Clock is controllable. If this Timeline has children, a tree of clocks is created with this Timeline as the root. (Унаследован от Timeline) |
CreateInstance | Initializes a new instance of the Freezable class. (Унаследован от Freezable) |
CreateInstanceCore | (Переопределяет FreezableCreateInstanceCore) |
Equals | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Унаследован от DependencyObject) |
Freeze | Makes the current object unmodifiable and sets its IsFrozen property to . (Унаследован от Freezable) |
FreezeCore | Makes this Timeline unmodifiable or determines whether it can be made unmodifiable. (Унаследован от Timeline) |
GetAnimationBaseValue | Returns the non-animated value of the specified DependencyProperty. (Унаследован от 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. (Унаследован от Freezable) |
GetAsFrozenCore | Makes this instance a clone of the specified Timeline object. (Унаследован от Timeline) |
GetCurrentValue(Brush, Brush, AnimationClock) | |
GetCurrentValue(Object, Object, AnimationClock) | (Переопределяет AnimationTimelineGetCurrentValue(Object, Object, AnimationClock)) |
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. (Унаследован от Freezable) |
GetCurrentValueAsFrozenCore | Makes this instance a frozen clone of the specified Timeline. Resource references, data bindings, and animations are not copied, but their current values are. (Унаследован от Timeline) |
GetHashCode | Gets a hash code for this DependencyObject. (Унаследован от DependencyObject) |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Унаследован от DependencyObject) |
GetNaturalDuration | Returns the length of a single iteration of this Timeline. (Унаследован от Timeline) |
GetNaturalDurationCore | Returns the length of a single iteration of this AnimationTimeline. (Унаследован от AnimationTimeline) |
GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Унаследован от DependencyObject) |
InvalidateProperty | Re-evaluates the effective value for the specified dependency property. (Унаследован от DependencyObject) |
OnChanged | Called when the current Freezable object is modified. (Унаследован от Freezable) |
OnFreezablePropertyChanged(DependencyObject, DependencyObject) | Ensures that appropriate context pointers are established for a DependencyObjectType data member that has just been set. (Унаследован от Freezable) |
OnFreezablePropertyChanged(DependencyObject, DependencyObject, DependencyProperty) | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. (Унаследован от Freezable) |
OnPropertyChanged | Overrides the DependencyObject implementation of OnPropertyChanged(DependencyPropertyChangedEventArgs) to also invoke any Changed handlers in response to a changing dependency property of type Freezable. (Унаследован от Freezable) |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Унаследован от DependencyObject) |
ReadPreamble | Ensures that the Freezable is being accessed from a valid thread. Inheritors of Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. (Унаследован от Freezable) |
SetCurrentValue | Sets the value of a dependency property without changing its value source. (Унаследован от DependencyObject) |
SetValue(DependencyProperty, Object) | Sets the local value of a dependency property, specified by its dependency property identifier. (Унаследован от DependencyObject) |
SetValue(DependencyPropertyKey, Object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Унаследован от DependencyObject) |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Унаследован от DependencyObject) |
VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Унаследован от DispatcherObject) |
WritePostscript | Raises the Changed event for the Freezable and invokes its OnChanged method. Classes that derive from Freezable should call this method at the end of any API that modifies class members that are not stored as dependency properties. (Унаследован от Freezable) |
WritePreamble | Verifies that the Freezable is not frozen and that it is being accessed from a valid threading context. Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties. (Унаследован от Freezable) |
Changed | Occurs when the Freezable or an object it contains is modified. (Унаследован от Freezable) |
Completed | Occurs when this timeline has completely finished playing: it will no longer enter its active period. (Унаследован от Timeline) |
CurrentGlobalSpeedInvalidated | Occurs when the rate at which time progresses for the timeline's clock changes. (Унаследован от Timeline) |
CurrentStateInvalidated | Occurs when the CurrentState property of the timeline's Clock is updated. (Унаследован от Timeline) |
CurrentTimeInvalidated | Occurs when the CurrentTime property of the timeline's Clock is updated. (Унаследован от Timeline) |
RemoveRequested | Occurs when the clock created for this timeline or one of its parent timelines is removed. (Унаследован от Timeline) |