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.Int64
|
VisibleRanges
A sorted collection of non-intersecting visible ranges.
Declaration
IList<Range<long>> VisibleRanges { get; }
Property Value
System.Collections.Generic.IList<Range<System.Int64>>
|
Methods
ToPixels(Int64)
Declaration
double ToPixels(long ticks)
Parameters
System.Int64
ticks
|
Returns
System.Double
|
ToTicks(Double)
Declaration
long ToTicks(double offset)
Parameters
System.Double
offset
|
Returns
System.Int64
|