Table of Contents

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

DependencyProperty

MinValueProperty

public static readonly DependencyProperty MinValueProperty

Field Value

DependencyProperty

ScrollViewStyleProperty

public static readonly DependencyProperty ScrollViewStyleProperty

Field Value

DependencyProperty

SliderMarginProperty

public static readonly DependencyProperty SliderMarginProperty

Field Value

DependencyProperty

TickFrequencyProperty

public static readonly DependencyProperty TickFrequencyProperty

Field Value

DependencyProperty

TickSmallSplitValueProperty

public static readonly DependencyProperty TickSmallSplitValueProperty

Field Value

DependencyProperty

TickSplitValueProperty

public static readonly DependencyProperty TickSplitValueProperty

Field Value

DependencyProperty

ValueProperty

public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

MaxValue

public double MaxValue { get; set; }

Property Value

double

MinValue

public double MinValue { get; set; }

Property Value

double

ScrollViewStyle

public Style ScrollViewStyle { get; set; }

Property Value

Style

SliderMargin

public Thickness SliderMargin { get; set; }

Property Value

Thickness

TickFrequency

public double TickFrequency { get; set; }

Property Value

double

TickSmallSplitValue

public int TickSmallSplitValue { get; set; }

Property Value

int

TickSplitValue

public int TickSplitValue { get; set; }

Property Value

int

Value

public double Value { get; set; }

Property Value

double