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