Table of Contents

Class BufferPlayControl

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll

BufferPlayControl.xaml 的交互逻辑

public class BufferPlayControl : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
BufferPlayControl
Implements
Inherited Members
Extension Methods

Constructors

BufferPlayControl()

public BufferPlayControl()

Fields

BufferValueProperty

public static readonly DependencyProperty BufferValueProperty

Field Value

DependencyProperty

MaxValueProperty

public static readonly DependencyProperty MaxValueProperty

Field Value

DependencyProperty

MinValueProperty

public static readonly DependencyProperty MinValueProperty

Field Value

DependencyProperty

SmallChangeProperty

public static readonly DependencyProperty SmallChangeProperty

Field Value

DependencyProperty

ValueProperty

public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

BufferValue

设置当前缓冲值

public double BufferValue { get; set; }

Property Value

double

MaxValue

绑定最大值

public double MaxValue { get; set; }

Property Value

double

MinValue

绑定最小值

public double MinValue { get; set; }

Property Value

double

SmallChange

绑定最小偏移量

public double SmallChange { get; set; }

Property Value

double

Value

设置当前播放值

public double Value { get; set; }

Property Value

double

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()