Skip to content
Auto
Products

BucketSchedulerBucketHeaderAlignment

Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8

Specifies the alignment a bucket header to its layout rectangle.

public enum BucketSchedulerBucketHeaderAlignment

Specifies the a bucket header is positioned to the bottom of the bucket content.

Bottom = 3

Specifies the a bucket header is positioned to the left of the bucket content.

Left = 0

Specifies the a bucket header is positioned to the right of the bucket content.

Right = 2

Specifies the a bucket header is positioned to the top of the bucket content.

Top = 1