TimeRulerLine
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public abstract class TimeRulerLine : PlatformIndependentFreezable, INotifyPropertyChanged
Inheritance: objectPlatformIndependentFreezableTimeRulerLine
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected TimeRulerLine()
Fields
HeightProperty
DependencyProperty
Identifies the Height dependency property.
C#
public static readonly DependencyProperty HeightProperty
IntervalsProperty
DependencyProperty
Identifies the Intervals dependency property.
C#
public static readonly DependencyProperty IntervalsProperty
MinTickLengthProperty
DependencyProperty
Identifies the MinTickLength dependency property.
C#
public static readonly DependencyProperty MinTickLengthProperty
Properties
Gets or sets the Height of the time ruler line. This is a dependency property.
C#
public double Height { get; set; }
Gets or sets the Intervals. This is a dependency property.
C#
public TickIntervalCollection Intervals { get; }
Gets or sets the MinTickLength. This is a dependency property.
C#
public double MinTickLength { get; set; }
Methods
C#
protected abstract TickInterval GetDefaultInterval(long ticksPerPixel)
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: