Interface ITimeLineSettings
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface ITimeLineSettings : INotifyPropertyChanged
Properties
TicksPerPixel
Declaration
long TicksPerPixel { get; }
Property Value
System.
|
VisibleRanges
A sorted collection of non-intersecting visible ranges.
Declaration
IList<Range<long>> VisibleRanges { get; }
Property Value
System.
|
Methods
ToPixels(Int64)
Declaration
double ToPixels(long ticks)
Parameters
System.
|
Returns
System.
|
ToTicks(Double)
Declaration
long ToTicks(double offset)
Parameters
System.
|
Returns
System.
|