NevronOpenVision
Nevron.Nov.Schedule Namespace / NScheduleTimeRuler Class
Fields Properties Methods Events


NScheduleTimeRuler Class Members

The following tables list the members exposed by NScheduleTimeRuler.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the DateFormat property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the HorizontalMinorTickLength property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NScheduleTimeRuler.  
Public Fieldstatic (Shared in Visual Basic)Reference to the TimeFormat property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the VerticalMinorTickLength property.  
Top
Protected Fields
 NameDescription
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyThe date format string. By default set to "d" (short date).  
Public PropertyGets/Sets the length of the minor ticks in DIPs when the time ruler is horizontally oriented. By default set to 7.  
Public PropertyThe time format string. By default set to "H:mm".  
Public PropertyGets/Sets the length of the minor ticks in DIPs when the time ruler is vertically oriented. By default set to 12.  
Top
Protected Methods
 NameDescription
Internal MethodOverloaded.   
Protected MethodOverridden. Measures this time ruler. This implementation returns only width for vertically oriented time rulers and only height for horizontally oriented ones. The other dimension of the time ruler is determined by the size of the schedule.  
Protected MethodOverridden. Paints the time ruler.  
Top
See Also