TimeSchedulerViewOptions
Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Represents a set of view options for an TimeScheduler.
public class TimeSchedulerViewOptionsInheritance: object → TimeSchedulerViewOptions
Properties
Section titled “Properties”ExactTaskDates
Section titled “ExactTaskDates”Gets or sets a value that indicates whether a task is shown exact to dates.
public bool ExactTaskDates { get; set; }Property Value
Section titled “Property Value”true, if a task is shown exact to dates; otherwise, false
FadeNotSelectedOrNotConnected
Section titled “FadeNotSelectedOrNotConnected”Gets or sets a value that indicates whether not selected or not connected tasks are faded.
public bool FadeNotSelectedOrNotConnected { get; set; }Property Value
Section titled “Property Value”true, if not selected or not connected tasks are faded; otherwise, false. The default is true.
GanttConnections
Section titled “GanttConnections”Gets or sets a value that indicates whether the connections between tasks are shown.
public bool GanttConnections { get; set; }Property Value
Section titled “Property Value”true, if the connections between tasks are shown; otherwise, false
InnerLines
Section titled “InnerLines”Gets or sets a value that indicates whether the inner lines are shown.
public bool InnerLines { get; set; }Property Value
Section titled “Property Value”true, if the inner lines are shown; otherwise, false. The default is true.
MaximumScale
Section titled “MaximumScale”Gets or sets the maximum scale for time scroller.
public TimeSpan MaximumScale { get; set; }Property Value
Section titled “Property Value”TimeSpan representation of maximum scale for TimeScroller. The default is 14 days.
MinimalTaskSize
Section titled “MinimalTaskSize”Gets or sets a value that indicates whether a task size is not less than minimal value.
public bool MinimalTaskSize { get; set; }Property Value
Section titled “Property Value”true, if a task size is not less than minimal value; otherwise, false. The default is true.
ScalePartSize
Section titled “ScalePartSize”Gets or sets the scale part size, in pixels, for time scroller.
public int ScalePartSize { get; set; }Property Value
Section titled “Property Value”The scale part size, in pixels, for TimeScroller. The default is 24 pixels.
TaskProgressBarOnBackground
Section titled “TaskProgressBarOnBackground”Gets or sets a value that indicates whether a progress bar of task is shown.
public bool TaskProgressBarOnBackground { get; set; }Property Value
Section titled “Property Value”true, if a progress bar of task is shown; otherwise, false
UseSingleGraphScale
Section titled “UseSingleGraphScale”Gets or sets a value that indicates whether a single scale for all graphs is used.
public bool UseSingleGraphScale { get; set; }Property Value
Section titled “Property Value”true, if a single scale for all graphs is used; otherwise, false
Gets or sets the zooms scale for time scroller.
public TimeSpan[] Zooms { get; set; }Property Value
Section titled “Property Value”T:TimeSpan representation of zooms scale for TimeScroller.
Events
Section titled “Events”OptionsChanged
Section titled “OptionsChanged”Occurs when any view option is changed.
public EventHandler OptionsChanged