ClassTrackBallInfoControl
Class
Represents the TrackBallInfoControl for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class TrackBallInfoControl : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlTrackBallInfoControl
Implements:
Inherited Members
Constructors
TrackBallInfoControl()
Initializes a new instance of the TrackBallInfoControl class.
Declaration
cs-api-definition
public TrackBallInfoControl()
Properties
CanvasLeft
Get the Trackball CanvasLeft
CanvasTop
Get the TrackBall CanvasTop
Labels
Get the list of trackball Labels.
Declaration
cs-api-definition
public IList<ChartViewTrackBallLabel> Labels { get; }
Property Value
LabelsCount
Get the labels count.
TrackBallHeight
Get the trackball height.
TrackBallWidth
Get the trackball width.
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