BucketSchedulerViewOptions
Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Represents a set of view options for an TagBites.WinSchedulers.BucketScheduler.
public class BucketSchedulerViewOptions
Properties
BucketHeaderAlignment
Gets or sets alignment of bucket header.
public BucketSchedulerBucketHeaderAlignment BucketHeaderAlignment { get; set; }
Result Type: BucketSchedulerBucketHeaderAlignment
BucketHeaderSize
Gets or sets a bucket header size.
public int BucketHeaderSize { get; set; }
Result Type: int
FadeNotSelectedOrNotConnected
Gets or sets a value that indicates whether not selected or not connected tasks are faded.
public bool FadeNotSelectedOrNotConnected { get; set; }
Result Type: bool
IsBucketContentFilled
Gets or sets a value that indicates whether a bucket content is drawn in fill mode.
public bool IsBucketContentFilled { get; set; }
Result Type: bool
IsBucketHeaderVisible
Gets or sets a value that indicates whether a bucket header is visible.
public bool IsBucketHeaderVisible { get; set; }
Result Type: bool
VerticalBucketContent
Gets or sets a value that indicates whether a bucket content is drawn vertical.
public bool VerticalBucketContent { get; set; }
Result Type: bool
Events
OptionsChanged
Occurs when any view option is changed.
public EventHandler OptionsChanged
Result Type: EventHandler