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