API Documentation

BucketSchedulerBucketHeaderAlignment

Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll

Specifies the alignment a bucket header to its layout rectangle.

public sealed enum BucketSchedulerBucketHeaderAlignment : System.Enum

Fields

Bottom

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

public BucketSchedulerBucketHeaderAlignment Bottom

Result Type: BucketSchedulerBucketHeaderAlignment

Left

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

public BucketSchedulerBucketHeaderAlignment Left

Result Type: BucketSchedulerBucketHeaderAlignment

Right

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

public BucketSchedulerBucketHeaderAlignment Right

Result Type: BucketSchedulerBucketHeaderAlignment

Top

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

public BucketSchedulerBucketHeaderAlignment Top

Result Type: BucketSchedulerBucketHeaderAlignment