Determines the type of text that will be drawn.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public enum RulerTextFormattingContext
Fields
The hour part of a ruler main section.
C#
Hour = 0
The minutes part of a ruler main section.
C#
Minute = 1
The hour part of a ruler sub section.
C#
SectionHour = 2
The minutes part of a ruler sub section.
C#
SectionMinute = 3