Class InvokeTimeSplitAnimationAction
public class InvokeTimeSplitAnimationAction : TriggerAction<DependencyObject>, IAnimatable, IAttachedObject
- Inheritance
-
InvokeTimeSplitAnimationAction
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
AutoFindParentProperty
public static readonly DependencyProperty AutoFindParentProperty
Field Value
AutoReverseProperty
public static readonly DependencyProperty AutoReverseProperty
Field Value
DurationProperty
public static readonly DependencyProperty DurationProperty
Field Value
IsExceptProperty
是否过滤不应用动画
public static readonly DependencyProperty IsExceptProperty
Field Value
IsUseAllProperty
public static readonly DependencyProperty IsUseAllProperty
Field Value
RepeatBehaviorProperty
public static readonly DependencyProperty RepeatBehaviorProperty
Field Value
SplitMilliSecondProperty
public static readonly DependencyProperty SplitMilliSecondProperty
Field Value
TargetProperty
public static readonly DependencyProperty TargetProperty
Field Value
Properties
AutoFindParent
自动寻找上级容器执行
public bool AutoFindParent { get; set; }
Property Value
AutoReverse
public bool AutoReverse { get; set; }
Property Value
Duration
public double Duration { get; set; }
Property Value
IsUseAll
是否遍历子集执行动画
public bool IsUseAll { get; set; }
Property Value
RepeatBehavior
public RepeatBehavior RepeatBehavior { get; set; }
Property Value
SplitMilliSecond
public double SplitMilliSecond { get; set; }
Property Value
Target
绑定的容器对象
public DependencyObject Target { get; set; }
Property Value
Timelines
public ObservableCollection<Timeline> Timelines { get; }
Property Value
Methods
GetIsExcept(DependencyObject)
public static bool GetIsExcept(DependencyObject d)
Parameters
Returns
Invoke(object)
执行方法
protected override void Invoke(object parameter)
Parameters
parameter
object
SetIsExcept(DependencyObject, bool)
public static void SetIsExcept(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool