BucketSchedulerViewOptions
Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Represents a set of view options for an BucketScheduler.
public class BucketSchedulerViewOptionsInheritance: object → BucketSchedulerViewOptions
Properties
Section titled “Properties”BucketHeaderAlignment
Section titled “BucketHeaderAlignment”Gets or sets alignment of bucket header.
public BucketSchedulerBucketHeaderAlignment BucketHeaderAlignment { get; set; }Property Value
Section titled “Property Value”BucketSchedulerBucketHeaderAlignment
BucketHeaderSize
Section titled “BucketHeaderSize”Gets or sets a bucket header size.
public int BucketHeaderSize { get; set; }Property Value
Section titled “Property Value”A bucket header size. Default value is 20.
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.
IsBucketContentFilled
Section titled “IsBucketContentFilled”Gets or sets a value that indicates whether a bucket content is drawn in fill mode.
public bool IsBucketContentFilled { get; set; }Property Value
Section titled “Property Value”true, if a bucket content is drawn in fill mode; otherwise, false.
IsBucketHeaderVisible
Section titled “IsBucketHeaderVisible”Gets or sets a value that indicates whether a bucket header is visible.
public bool IsBucketHeaderVisible { get; set; }Property Value
Section titled “Property Value”true, if a bucket header is visible; otherwise, false. Default value is true.
VerticalBucketContent
Section titled “VerticalBucketContent”Gets or sets a value that indicates whether a bucket content is drawn vertical.
public bool VerticalBucketContent { get; set; }Property Value
Section titled “Property Value”true, if a bucket content is drawn vertical; otherwise, false
Events
Section titled “Events”OptionsChanged
Section titled “OptionsChanged”Occurs when any view option is changed.
public EventHandler OptionsChanged