Class FountainAnimationBehavior
容器内子控件加载时触发喷泉效果
public class FountainAnimationBehavior : Behavior<FrameworkElement>, IAnimatable, IAttachedObject
- Inheritance
-
FountainAnimationBehavior
- Implements
- Inherited Members
- Extension Methods
Fields
EndValueProperty
public static readonly DependencyProperty EndValueProperty
Field Value
IsExceptProperty
应用窗体关闭和显示
public static readonly DependencyProperty IsExceptProperty
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
PointLeftProperty
public static readonly DependencyProperty PointLeftProperty
Field Value
PointTopProperty
public static readonly DependencyProperty PointTopProperty
Field Value
SplitProperty
public static readonly DependencyProperty SplitProperty
Field Value
Properties
EndValue
还原时间点
public double EndValue { 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
PointLeft
左右范围
public int PointLeft { get; set; }
Property Value
PointTop
上下范围
public int PointTop { get; set; }
Property Value
Split
public double Split { get; set; }
Property Value
Methods
GetIsExcept(DependencyObject)
public static bool GetIsExcept(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
OnAttached()
Called after the behavior is attached to an AssociatedObject.
protected override void OnAttached()
Remarks
Override this to hook up functionality to the AssociatedObject.
OnDetaching()
Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
protected override void OnDetaching()
Remarks
Override this to unhook functionality from the AssociatedObject.
OnIsExceptChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnIsExceptChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
SetIsExcept(DependencyObject, bool)
public static void SetIsExcept(DependencyObject obj, bool value)
Parameters
obj
DependencyObjectvalue
bool