ClassMinorTickLine
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class MinorTickLine : TimeRulerLine, INotifyPropertyChanged
Inheritance: objectPlatformIndependentFreezableTimeRulerLineMinorTickLine
Implements:
Inherited Members
Constructors
MinorTickLine()
Declaration
cs-api-definition
public MinorTickLine()
Methods
CreateInstanceOverride()
When implemented in a derived class, creates a new instance of the Telerik.Windows.Core.PlatformIndependentFreezable derived class.
Declaration
cs-api-definition
protected override PlatformIndependentFreezable CreateInstanceOverride()
Returns
The new instance.
Overrides
GetDefaultInterval(long)
Declaration
cs-api-definition
protected override TickInterval GetDefaultInterval(long ticksPerPixel)
Parameters
ticksPerPixel
Returns
Overrides