RadControls for Silverlight

Represents data object for scale tick. This class supports the RadGauge infrastructure and is not intended to be used directly from your code.

Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public class TickMark : DependencyObject, IScaleObjectWithTooltip, 
	INotifyPropertyChanged
Visual Basic
Public Class TickMark _
	Inherits DependencyObject _
	Implements IScaleObjectWithTooltip, INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    Telerik.Windows.Controls.Gauge..::..TickMark

See Also