Class LoadAnimationBehavior
容器内子控件加载时触发动画效果
public class LoadAnimationBehavior : Behavior<FrameworkElement>, IAnimatable, IAttachedObject
- Inheritance
-
LoadAnimationBehavior
- Implements
- Inherited Members
- Extension Methods
Fields
EndProperty
public static readonly DependencyProperty EndProperty
Field Value
EndValueProperty
public static readonly DependencyProperty EndValueProperty
Field Value
IsUseAllProperty
public static readonly DependencyProperty IsUseAllProperty
Field Value
LoadAnimationTypeProperty
public static readonly DependencyProperty LoadAnimationTypeProperty
Field Value
SplitProperty
public static readonly DependencyProperty SplitProperty
Field Value
StartValueProperty
public static readonly DependencyProperty StartValueProperty
Field Value
Properties
End
public double End { get; set; }
Property Value
EndValue
public double EndValue { get; set; }
Property Value
IsUseAll
public bool IsUseAll { get; set; }
Property Value
LoadAnimationType
public LoadAnimationType LoadAnimationType { get; set; }
Property Value
Split
public double Split { get; set; }
Property Value
StartValue
public double StartValue { get; set; }
Property Value
Methods
OnAttached()
Called after the behavior is attached to an AssociatedObject.
protected override void OnAttached()
Remarks
Override this to hook up functionality to the AssociatedObject.
OnDetaching()
Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
protected override void OnDetaching()
Remarks
Override this to unhook functionality from the AssociatedObject.