ClassPanZoomBar
Class
Represents the PanZoomBar for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class PanZoomBar : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlPanZoomBar
Implements:
Inherited Members
Constructors
PanZoomBar()
Initializes a new instance of the PanZoomBar class.
Declaration
cs-api-definition
public PanZoomBar()
Properties
RangeEndThumb
Get the RangeStartThumb.
RangeMiddleThumb
Get the RangeStartThumb.
RangeStartThumb
Get the RangeStartThumb.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides