Class StoryBoardPlayer
- Namespace
- HeBianGu.Control.StoryBoard
- Assembly
- HeBianGu.Control.StoryBoard.dll
public class StoryBoardPlayer : ItemsControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
StoryBoardPlayer
- Implements
- Inherited Members
- Extension Methods
Fields
MaxValueProperty
public static readonly DependencyProperty MaxValueProperty
Field Value
MinValueProperty
public static readonly DependencyProperty MinValueProperty
Field Value
ScrollViewStyleProperty
public static readonly DependencyProperty ScrollViewStyleProperty
Field Value
SliderMarginProperty
public static readonly DependencyProperty SliderMarginProperty
Field Value
TickFrequencyProperty
public static readonly DependencyProperty TickFrequencyProperty
Field Value
TickSmallSplitValueProperty
public static readonly DependencyProperty TickSmallSplitValueProperty
Field Value
TickSplitValueProperty
public static readonly DependencyProperty TickSplitValueProperty
Field Value
ValueProperty
public static readonly DependencyProperty ValueProperty
Field Value
Properties
MaxValue
public double MaxValue { get; set; }
Property Value
MinValue
public double MinValue { get; set; }
Property Value
ScrollViewStyle
public Style ScrollViewStyle { get; set; }
Property Value
SliderMargin
public Thickness SliderMargin { get; set; }
Property Value
TickFrequency
public double TickFrequency { get; set; }
Property Value
TickSmallSplitValue
public int TickSmallSplitValue { get; set; }
Property Value
TickSplitValue
public int TickSplitValue { get; set; }
Property Value
Value
public double Value { get; set; }