Table of Contents

Class InvokeTimeSplitAnimationAction

Namespace
HeBianGu.Service.Animation
Assembly
HeBianGu.Service.Animation.dll
public class InvokeTimeSplitAnimationAction : TriggerAction<DependencyObject>, IAnimatable, IAttachedObject
Inheritance
InvokeTimeSplitAnimationAction
Implements
Derived
Inherited Members
Extension Methods

Fields

AutoFindParentProperty

public static readonly DependencyProperty AutoFindParentProperty

Field Value

DependencyProperty

AutoReverseProperty

public static readonly DependencyProperty AutoReverseProperty

Field Value

DependencyProperty

DurationProperty

public static readonly DependencyProperty DurationProperty

Field Value

DependencyProperty

IsExceptProperty

是否过滤不应用动画

public static readonly DependencyProperty IsExceptProperty

Field Value

DependencyProperty

IsUseAllProperty

public static readonly DependencyProperty IsUseAllProperty

Field Value

DependencyProperty

RepeatBehaviorProperty

public static readonly DependencyProperty RepeatBehaviorProperty

Field Value

DependencyProperty

SplitMilliSecondProperty

public static readonly DependencyProperty SplitMilliSecondProperty

Field Value

DependencyProperty

TargetProperty

public static readonly DependencyProperty TargetProperty

Field Value

DependencyProperty

Properties

AutoFindParent

自动寻找上级容器执行

public bool AutoFindParent { get; set; }

Property Value

bool

AutoReverse

public bool AutoReverse { get; set; }

Property Value

bool

Duration

public double Duration { get; set; }

Property Value

double

IsUseAll

是否遍历子集执行动画

public bool IsUseAll { get; set; }

Property Value

bool

RepeatBehavior

public RepeatBehavior RepeatBehavior { get; set; }

Property Value

RepeatBehavior

SplitMilliSecond

public double SplitMilliSecond { get; set; }

Property Value

double

Target

绑定的容器对象

public DependencyObject Target { get; set; }

Property Value

DependencyObject

Timelines

public ObservableCollection<Timeline> Timelines { get; }

Property Value

ObservableCollection<Timeline>

Methods

GetIsExcept(DependencyObject)

public static bool GetIsExcept(DependencyObject d)

Parameters

d DependencyObject

Returns

bool

Invoke(object)

执行方法

protected override void Invoke(object parameter)

Parameters

parameter object

SetIsExcept(DependencyObject, bool)

public static void SetIsExcept(DependencyObject obj, bool value)

Parameters

obj DependencyObject
value bool