New to Telerik UI for WPFStart a free 30-day trial

Definition

Constructors

C#
public GroupTickLine()

Methods

When implemented in a derived class, creates a new instance of the Telerik.Windows.Core.PlatformIndependentFreezable derived class.

C#
protected override PlatformIndependentFreezable CreateInstanceOverride()
Returns:

PlatformIndependentFreezable

The new instance.

Overrides: PlatformIndependentFreezable.CreateInstanceOverride()

C#
protected override TickInterval GetDefaultInterval(long ticksPerPixel)
Parameters:ticksPerPixellongReturns:

TickInterval

Overrides: TimeRulerLine.GetDefaultInterval(long)

C#
protected override TickInfo GetTickInfo(Range<long> timeRange, int lineIndex, string formattedValue)
Parameters:timeRangeRange<long>lineIndexintformattedValuestringReturns:

TickInfo

Overrides: TimeRulerLine.GetTickInfo(Range<long>, int, string)