Interface
ITimeLineSettings

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public interface ITimeLineSettings : INotifyPropertyChanged

Inherited Members INotifyPropertyChanged.PropertyChanged

Properties

TicksPerPixel

Declaration

cs-api-definition
long TicksPerPixel { get; }

Property Value

long

VisibleRanges

A sorted collection of non-intersecting visible ranges.

Declaration

cs-api-definition
IList<Range<long>> VisibleRanges { get; }

Property Value

IList<Range<long>>

Methods

ToPixels(long)

Declaration

cs-api-definition
double ToPixels(long ticks)

Parameters

ticks

long

Returns

double

ToTicks(double)

Declaration

cs-api-definition
long ToTicks(double offset)

Parameters

offset

double

Returns

long