Table of Contents

Class QinBehavior

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public class QinBehavior : Behavior<TextBlock>, IAnimatable, IAttachedObject
Inheritance
QinBehavior
Implements
Inherited Members
Extension Methods

Fields

DiffOffsetProperty

public static readonly DependencyProperty DiffOffsetProperty

Field Value

DependencyProperty

DurationProperty

public static readonly DependencyProperty DurationProperty

Field Value

DependencyProperty

MaxOffsetProperty

public static readonly DependencyProperty MaxOffsetProperty

Field Value

DependencyProperty

Properties

DiffOffset

相邻字符的递减量

public double DiffOffset { get; set; }

Property Value

double

Duration

动画时间(毫秒)

public double Duration { get; set; }

Property Value

double

MaxOffset

最大偏移量

public double MaxOffset { get; set; }

Property Value

double

Methods

OnAttached()

注册事件

protected override void OnAttached()

OnDetaching()

注销事件

protected override void OnDetaching()