Table of Contents

Class InvokeFountainAnimationAction

Namespace
HeBianGu.Service.Animation
Assembly
HeBianGu.Service.Animation.dll

执行气泡加载效果

public sealed class InvokeFountainAnimationAction : TriggerAction<DependencyObject>, IAnimatable, IAttachedObject
Inheritance
InvokeFountainAnimationAction
Implements
Inherited Members
Extension Methods

Fields

EndValueProperty

public static readonly DependencyProperty EndValueProperty

Field Value

DependencyProperty

HorizontalRangeProperty

public static readonly DependencyProperty HorizontalRangeProperty

Field Value

DependencyProperty

IsUseAllProperty

public static readonly DependencyProperty IsUseAllProperty

Field Value

DependencyProperty

MiddleValueProperty

public static readonly DependencyProperty MiddleValueProperty

Field Value

DependencyProperty

MulProperty

public static readonly DependencyProperty MulProperty

Field Value

DependencyProperty

SplitProperty

public static readonly DependencyProperty SplitProperty

Field Value

DependencyProperty

TargetProperty

public static readonly DependencyProperty TargetProperty

Field Value

DependencyProperty

VerticalRangeProperty

public static readonly DependencyProperty VerticalRangeProperty

Field Value

DependencyProperty

Properties

EndValue

还原时间点

public double EndValue { get; set; }

Property Value

double

HorizontalRange

左右随机范围

public double HorizontalRange { get; set; }

Property Value

double

IsUseAll

是否遍历子集执行动画

public bool IsUseAll { get; set; }

Property Value

bool

MiddleValue

放大时间点

public double MiddleValue { get; set; }

Property Value

double

Mul

放大倍数

public double Mul { get; set; }

Property Value

double

Split

时间间隔

public double Split { get; set; }

Property Value

double

Target

绑定的容器对象

public DependencyObject Target { get; set; }

Property Value

DependencyObject

VerticalRange

上下随机范围

public double VerticalRange { get; set; }

Property Value

double

Methods

Invoke(object)

执行方法

protected override void Invoke(object parameter)

Parameters

parameter object