ClassTrackBallLineControl
Represents the Line part of the ChartTrackBallBehavior.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class TrackBallLineControl : RadControl
Inheritance: objectRadControlTrackBallLineControl
Inherited Members
Constructors
TrackBallLineControl()
Initializes a new instance of the TrackBallLineControl class.
Declaration
public TrackBallLineControl()
Fields
LineStyleProperty
Identifies the LineStyle property.
Declaration
public static readonly DependencyProperty LineStyleProperty
Field Value
DependencyProperty
Properties
LineStyle
Gets or sets the Style that defines the appearance of the line displayed by a ChartTrackBallBehavior instance. The style should target the type.
Declaration
public Style LineStyle { get; set; }
Property Value
Style
Methods
ApplyTemplateCore()
Retrieves the LayoutRoot part.
OnTemplateApplied()
Occurs when the method has been called and the template is already successfully applied.
Declaration
protected override void OnTemplateApplied()
Overrides
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
protected override void UnapplyTemplateCore()
Overrides