Table of Contents

Class FountainAnimationBehavior

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

容器内子控件加载时触发喷泉效果

public class FountainAnimationBehavior : Behavior<FrameworkElement>, IAnimatable, IAttachedObject
Inheritance
FountainAnimationBehavior
Implements
Inherited Members
Extension Methods

Fields

EndValueProperty

public static readonly DependencyProperty EndValueProperty

Field Value

DependencyProperty

IsExceptProperty

应用窗体关闭和显示

public static readonly DependencyProperty IsExceptProperty

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

PointLeftProperty

public static readonly DependencyProperty PointLeftProperty

Field Value

DependencyProperty

PointTopProperty

public static readonly DependencyProperty PointTopProperty

Field Value

DependencyProperty

SplitProperty

public static readonly DependencyProperty SplitProperty

Field Value

DependencyProperty

Properties

EndValue

还原时间点

public double EndValue { 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

PointLeft

左右范围

public int PointLeft { get; set; }

Property Value

int

PointTop

上下范围

public int PointTop { get; set; }

Property Value

int

Split

public double Split { get; set; }

Property Value

double

Methods

GetIsExcept(DependencyObject)

public static bool GetIsExcept(DependencyObject obj)

Parameters

obj DependencyObject

Returns

bool

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

d DependencyObject
e DependencyPropertyChangedEventArgs

SetIsExcept(DependencyObject, bool)

public static void SetIsExcept(DependencyObject obj, bool value)

Parameters

obj DependencyObject
value bool