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
MaxValueProperty
public static readonly DependencyProperty MaxValueProperty
Field Value
MinValueProperty
public static readonly DependencyProperty MinValueProperty
Field Value
SmallChangeProperty
public static readonly DependencyProperty SmallChangeProperty
Field Value
ValueProperty
public static readonly DependencyProperty ValueProperty
Field Value
Properties
BufferValue
设置当前缓冲值
public double BufferValue { get; set; }
Property Value
MaxValue
绑定最大值
public double MaxValue { get; set; }
Property Value
MinValue
绑定最小值
public double MinValue { get; set; }
Property Value
SmallChange
绑定最小偏移量
public double SmallChange { get; set; }
Property Value
Value
设置当前播放值
public double Value { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()