Name | Description | |
---|---|---|
NScheduleTimeRuler Constructor | Default constructor. |
The following tables list the members exposed by NScheduleTimeRuler.
Name | Description | |
---|---|---|
NScheduleTimeRuler Constructor | Default constructor. |
Name | Description | |
---|---|---|
DateFormatProperty | Reference to the DateFormat property. | |
HorizontalMinorTickLengthProperty | Reference to the HorizontalMinorTickLength property. | |
NScheduleTimeRulerSchema | Schema associated with NScheduleTimeRuler. | |
TimeFormatProperty | Reference to the TimeFormat property. | |
VerticalMinorTickLengthProperty | Reference to the VerticalMinorTickLength property. |
Name | Description | |
---|---|---|
DateFormat | The date format string. By default set to "d" (short date). | |
HorizontalMinorTickLength | Gets/Sets the length of the minor ticks in DIPs when the time ruler is horizontally oriented. By default set to 7. | |
TimeFormat | The time format string. By default set to "H:mm". | |
VerticalMinorTickLength | Gets/Sets the length of the minor ticks in DIPs when the time ruler is vertically oriented. By default set to 12. |
Name | Description | |
---|---|---|
fCMI | Overloaded. | |
MeasureContent | Overridden. 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. | |
OnPrePaint | Overridden. Paints the time ruler. |