Table of Contents

Class SingleTickBar

Namespace
HeBianGu.Control.StoryBoard
Assembly
HeBianGu.Control.StoryBoard.dll
public class SingleTickBar : TickBar, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
SingleTickBar
Implements
Inherited Members
Extension Methods

Fields

ForegroundProperty

public static readonly DependencyProperty ForegroundProperty

Field Value

DependencyProperty

LargeLenProperty

public static readonly DependencyProperty LargeLenProperty

Field Value

DependencyProperty

SmallLenProperty

public static readonly DependencyProperty SmallLenProperty

Field Value

DependencyProperty

SmallSplitValueProperty

public static readonly DependencyProperty SmallSplitValueProperty

Field Value

DependencyProperty

SplitValueProperty

public static readonly DependencyProperty SplitValueProperty

Field Value

DependencyProperty

TickVerticalAlignmentProperty

public static readonly DependencyProperty TickVerticalAlignmentProperty

Field Value

DependencyProperty

Properties

Foreground

public Brush Foreground { get; set; }

Property Value

Brush

LargeLen

public double LargeLen { get; set; }

Property Value

double

SmallLen

public double SmallLen { get; set; }

Property Value

double

SmallSplitValue

public int SmallSplitValue { get; set; }

Property Value

int

SplitValue

public int SplitValue { get; set; }

Property Value

int

TickVerticalAlignment

public VerticalAlignment TickVerticalAlignment { get; set; }

Property Value

VerticalAlignment

Methods

OnRender(DrawingContext)

Draws the tick marks for a Slider control.

protected override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext

The DrawingContext that is used to draw the ticks.