RadControls for Silverlight

Represents type of the regular tick mark.

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

Syntax

C#
public enum TickType
Visual Basic
Public Enumeration TickType

Members

Member nameValueDescription
Major0 Major tick.
Middle1 Middle tick.
Minor2 Minor tick.

See Also