Class TimeRulerViewModel
Inheritance
System.Object
TimeRulerViewModel
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TimeRulerViewModel : ViewModelBase, INotifyPropertyChanged
Constructors
Declaration
public TimeRulerViewModel(IDateSpan dateSpan, TickProviderBase minorTickLengthProvider, TickProviderBase majorTickLengthProvider, TickProviderBase groupTickLengthProvider, TimeSpan pixelLength)
Parameters
Properties
Declaration
public IList<DateData> Dates { get; }
Property Value
|
System.Collections.Generic.IList<DateData>
|
Declaration
public IDateSpan DateSpan { get; }
Property Value
Declaration
public LargeScaleMode LargeScaleMode { get; }
Property Value
Declaration
public TimeSpan MajorTickLength { get; }
Property Value
Declaration
public TimeSpan MinorTickLength { get; }
Property Value
Declaration
public TimeSpan PixelLength { get; set; }
Property Value
Methods
Declaration
public void GenerateDates()
Declaration
public DateTime NextDate(DateTime date)
Parameters
Returns
Extension Methods