|
|
|
|
|
DayBreakHeight (Property) In french: HauteurRuptureJour
The DayBreakHeight property is used to get and change the height of breaks between days in a Scheduler control where days are arranged in rows, and resources are arranged in columns. IF CBOX_WithBreaks = True THEN SCH_MySchedule.DayBreakHeight = 25 ELSE SCH_MySchedule.DayBreakHeight = 0 END
Syntax
Getting the height of breaks between days Hide the details
<Result> = <Scheduler control>.DayBreakHeight
<Result>: Integer - Height of the breaks in pixels.
- 0 if there is no break.
<Scheduler control>: Control name Name of the Scheduler control used.
Changing the height of breaks between days Hide the details
<Scheduler control>.DayBreakHeight = <New height>
<Scheduler control>: Control name Name of the Scheduler control used. <New height>: Integer - New height for the breaks between the days expressed in pixels.
- 0 to disable the breaks between the days.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|