New to Telerik UI for WPFStart a free 30-day trial

Base class for all label ticks.

Definition

Namespace:Telerik.Windows.Controls.BulletGraph

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public abstract class LabelTickBase : Control

Inheritance: objectLabelTickBase

Derived Classes: HorizontalLabelTickVerticalLabelTick

Constructors

C#
protected LabelTickBase()

Fields

TickBrushProperty

DependencyProperty

Identifies the TickBrush dependency property.

C#
public static readonly DependencyProperty TickBrushProperty

Properties

Gets or sets the TickBrush.

C#
public Brush TickBrush { get; set; }

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()