Class LabelTickBase
Base class for all label ticks.
Inheritance
System.Object
LabelTickBase
Namespace: Telerik.Windows.Controls.BulletGraph
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class LabelTickBase : Control
Constructors
LabelTickBase()
Declaration
protected LabelTickBase()
Fields
TickBrushProperty
Identifies the TickBrush dependency property.
Declaration
public static readonly DependencyProperty TickBrushProperty
Field Value
System.Windows.DependencyProperty
|
Properties
TickBrush
Gets or sets the TickBrush.
Declaration
public Brush TickBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()