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
LargeLenProperty
public static readonly DependencyProperty LargeLenProperty
Field Value
SmallLenProperty
public static readonly DependencyProperty SmallLenProperty
Field Value
SmallSplitValueProperty
public static readonly DependencyProperty SmallSplitValueProperty
Field Value
SplitValueProperty
public static readonly DependencyProperty SplitValueProperty
Field Value
TickVerticalAlignmentProperty
public static readonly DependencyProperty TickVerticalAlignmentProperty
Field Value
Properties
Foreground
public Brush Foreground { get; set; }
Property Value
LargeLen
public double LargeLen { get; set; }
Property Value
SmallLen
public double SmallLen { get; set; }
Property Value
SmallSplitValue
public int SmallSplitValue { get; set; }
Property Value
SplitValue
public int SplitValue { get; set; }
Property Value
TickVerticalAlignment
public VerticalAlignment TickVerticalAlignment { get; set; }
Property Value
Methods
OnRender(DrawingContext)
Draws the tick marks for a Slider control.
protected override void OnRender(DrawingContext dc)
Parameters
dc
DrawingContextThe DrawingContext that is used to draw the ticks.