Class InvokeFountainAnimationAction
执行气泡加载效果
public sealed class InvokeFountainAnimationAction : TriggerAction<DependencyObject>, IAnimatable, IAttachedObject
- Inheritance
-
InvokeFountainAnimationAction
- Implements
- Inherited Members
- Extension Methods
Fields
EndValueProperty
public static readonly DependencyProperty EndValueProperty
Field Value
HorizontalRangeProperty
public static readonly DependencyProperty HorizontalRangeProperty
Field Value
IsUseAllProperty
public static readonly DependencyProperty IsUseAllProperty
Field Value
MiddleValueProperty
public static readonly DependencyProperty MiddleValueProperty
Field Value
MulProperty
public static readonly DependencyProperty MulProperty
Field Value
SplitProperty
public static readonly DependencyProperty SplitProperty
Field Value
TargetProperty
public static readonly DependencyProperty TargetProperty
Field Value
VerticalRangeProperty
public static readonly DependencyProperty VerticalRangeProperty
Field Value
Properties
EndValue
还原时间点
public double EndValue { get; set; }
Property Value
HorizontalRange
左右随机范围
public double HorizontalRange { get; set; }
Property Value
IsUseAll
是否遍历子集执行动画
public bool IsUseAll { get; set; }
Property Value
MiddleValue
放大时间点
public double MiddleValue { get; set; }
Property Value
Mul
放大倍数
public double Mul { get; set; }
Property Value
Split
时间间隔
public double Split { get; set; }
Property Value
Target
绑定的容器对象
public DependencyObject Target { get; set; }
Property Value
VerticalRange
上下随机范围
public double VerticalRange { get; set; }
Property Value
Methods
Invoke(object)
执行方法
protected override void Invoke(object parameter)
Parameters
parameter
object