Class InvokeRandomSplitAnimationAction
根据输入动画执行渐进效果
public sealed class InvokeRandomSplitAnimationAction : InvokeTimeSplitAnimationAction, IAnimatable, IAttachedObject
- Inheritance
-
InvokeRandomSplitAnimationAction
- Implements
- Inherited Members
- Extension Methods
Fields
OriginFromProperty
public static readonly DependencyProperty OriginFromProperty
Field Value
OriginToProperty
public static readonly DependencyProperty OriginToProperty
Field Value
UseIndexProperty
public static readonly DependencyProperty UseIndexProperty
Field Value
UseOriginProperty
public static readonly DependencyProperty UseOriginProperty
Field Value
random
public static Random random
Field Value
Properties
OriginFrom
public Point OriginFrom { get; set; }
Property Value
OriginTo
public Point OriginTo { get; set; }
Property Value
UseIndex
public bool UseIndex { get; set; }
Property Value
UseOrigin
参考点随机
public bool UseOrigin { get; set; }
Property Value
Methods
Invoke(object)
执行方法
protected override void Invoke(object parameter)
Parameters
parameter
object
RandomList<T>(List<T>)
public List<T> RandomList<T>(List<T> from)
Parameters
from
List<T>
Returns
- List<T>
Type Parameters
T