Class QinBehavior
public class QinBehavior : Behavior<TextBlock>, IAnimatable, IAttachedObject
- Inheritance
-
QinBehavior
- Implements
- Inherited Members
- Extension Methods
Fields
DiffOffsetProperty
public static readonly DependencyProperty DiffOffsetProperty
Field Value
DurationProperty
public static readonly DependencyProperty DurationProperty
Field Value
MaxOffsetProperty
public static readonly DependencyProperty MaxOffsetProperty
Field Value
Properties
DiffOffset
相邻字符的递减量
public double DiffOffset { get; set; }
Property Value
Duration
动画时间(毫秒)
public double Duration { get; set; }
Property Value
MaxOffset
最大偏移量
public double MaxOffset { get; set; }
Property Value
Methods
OnAttached()
注册事件
protected override void OnAttached()
OnDetaching()
注销事件
protected override void OnDetaching()