ClassAutomaticTickLengthProvider
Represents the default TickLength provider.
Definition
Namespace:Telerik.UI.Xaml.Controls.Scheduler
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class AutomaticTickLengthProvider : TickProviderBase
Inheritance: objectTickProviderBaseAutomaticTickLengthProvider
Inherited Members
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
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
Methods
Equals(object)
Indicates whether this instance and a specified object are equal.
GetFormatString(IFormatProvider, string, DateTime)
Gets the format string.
Declaration
public override string GetFormatString(IFormatProvider formatInfo, string formatString, DateTime currentStart)
Parameters
formatInfo
The format info.
formatString
The format string.
currentStart
The current start.
Returns
Overrides
GetNextStart(TimeSpan, DateTime)
Gets the next start.