Represents the default TickLength provider.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class AutomaticTickLengthProvider : ITickProvider
Inheritance: objectAutomaticTickLengthProvider
Implements:
Constructors
Initializes a new instance of the AutomaticTickLengthProvider class.
C#
public AutomaticTickLengthProvider()
Initializes a new instance of the AutomaticTickLengthProvider class.
C#
public AutomaticTickLengthProvider(Threshold threshold)
The Threshold to use while determining the tick lengths.
Fields
The default AutomaticTickLengthProvider for major ticks.
C#
public static readonly AutomaticTickLengthProvider MajorProvider
The default AutomaticTickLengthProvider for minor ticks.
C#
public static readonly AutomaticTickLengthProvider MinorProvider
Properties
Methods
Gets the format string.
C#
public string GetFormatString(IFormatProvider formatInfo, string formatString, DateTime currentStart)
The format info.
formatStringstringThe format string.
currentStartDateTimeThe current start.
Returns:Implements: