ClassTimeRulerLine
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
public abstract class TimeRulerLine : PlatformIndependentFreezable, INotifyPropertyChanged
Inheritance: objectPlatformIndependentFreezableTimeRulerLine
Derived Classes:
Implements:
Inherited Members
Constructors
TimeRulerLine()
Declaration
protected TimeRulerLine()
Fields
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
DependencyProperty
IntervalsProperty
Identifies the Intervals dependency property.
Declaration
public static readonly DependencyProperty IntervalsProperty
Field Value
DependencyProperty
MinTickLengthProperty
Identifies the MinTickLength dependency property.
Declaration
public static readonly DependencyProperty MinTickLengthProperty
Field Value
DependencyProperty
Properties
Height
Gets or sets the Height of the time ruler line. This is a dependency property.
Intervals
Gets or sets the Intervals. This is a dependency property.
Declaration
public TickIntervalCollection Intervals { get; }
Property Value
MinTickLength
Gets or sets the MinTickLength. This is a dependency property.
Methods
GetDefaultInterval(long)
Declaration
protected abstract TickInterval GetDefaultInterval(long ticksPerPixel)
Parameters
ticksPerPixel
Returns
OnPropertyChanged(string)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements