Table of Contents

Class ThumbToolBar

Namespace
HeBianGu.Control.Chart2D
Assembly
HeBianGu.Control.Chart2D.dll
[TemplatePart(Name = "PART_CENTER_THUMB", Type = typeof(ThumbBar))]
[TemplatePart(Name = "PART_CENTER", Type = typeof(Canvas))]
public class ThumbToolBar : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
ThumbToolBar
Implements
Inherited Members
Extension Methods

Constructors

ThumbToolBar()

public ThumbToolBar()

Fields

LeftPercentProperty

public static readonly DependencyProperty LeftPercentProperty

Field Value

DependencyProperty

MaxValueProperty

public static readonly DependencyProperty MaxValueProperty

Field Value

DependencyProperty

RightPercentProperty

public static readonly DependencyProperty RightPercentProperty

Field Value

DependencyProperty

ValueChangedRoutedEvent

public static readonly RoutedEvent ValueChangedRoutedEvent

Field Value

RoutedEvent

Properties

LeftPercent

public double LeftPercent { get; set; }

Property Value

double

MaxValue

public double MaxValue { get; set; }

Property Value

double

RightPercent

public double RightPercent { get; set; }

Property Value

double

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

OnRenderSizeChanged(SizeChangedInfo)

Raises the SizeChanged event, using the specified information as part of the eventual event data.

protected override void OnRenderSizeChanged(SizeChangedInfo sizeInfo)

Parameters

sizeInfo SizeChangedInfo

Details of the old and new size involved in the change.

OnValueChanged()

protected void OnValueChanged()

Events

ValueChanged

public event RoutedEventHandler ValueChanged

Event Type

RoutedEventHandler