Class AutomaticTickLengthProvider
Represents the default TickLength provider.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class AutomaticTickLengthProvider : Object, ITickProvider
Constructors
AutomaticTickLengthProvider()
Initializes a new instance of the Automatic
Declaration
public AutomaticTickLengthProvider()
AutomaticTickLengthProvider(Threshold)
Initializes a new instance of the Automatic
Declaration
public AutomaticTickLengthProvider(Threshold threshold)
Parameters
Threshold
threshold
The Threshold to use while determining the tick lengths. |
Fields
MajorProvider
The default AutomaticTickLengthProvider for major ticks.
Declaration
public static readonly AutomaticTickLengthProvider MajorProvider
Field Value
MinorProvider
The default AutomaticTickLengthProvider for minor ticks.
Declaration
public static readonly AutomaticTickLengthProvider MinorProvider
Field Value
Properties
Threshold
The Threshold to use while determining the tick lengths.
Declaration
public Threshold Threshold { get; set; }
Property Value
Methods
Equals(Object)
Indicates whether this instance and a specified object are equal.
Declaration
public override bool Equals(object obj)
Parameters
System. Another object to compare to. |
Returns
System. True if |
GetFormatString(IFormatProvider, String, DateTime)
Gets the format string.
Declaration
public string GetFormatString(IFormatProvider formatInfo, string formatString, DateTime currentStart)
Parameters
System. The format info. |
System. The format string. |
System. The current start. |
Returns
System.
|
Implements
GetNextStart(TimeSpan, DateTime)
Gets the next start.
Declaration
public DateTime GetNextStart(TimeSpan pixelLength, DateTime currentStart)
Parameters
System. Length of the pixel in ticks. |
System. The current start. |
Returns
System.
|