Table of Contents

Class DeferredScrollBehavior

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll

当进度条滚动时 返回当前值

public class DeferredScrollBehavior : Behavior<ScrollBar>, IAnimatable, IAttachedObject
Inheritance
DeferredScrollBehavior
Implements
Inherited Members
Extension Methods

Fields

ValueProperty

The Value property represents the current position of the ScrollBar. Changes made to this value will be propogated to the thumb value.

public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

Value

The current position of the ScrollBar.

public double Value { get; set; }

Property Value

double

Methods

OnAttached()

This attaches the behavior to the ScrollBar.

protected override void OnAttached()

OnDetaching()

This detaches the behavior from the ScrollBar.

protected override void OnDetaching()