API Documentation

TimeSchedulerCustomDrawObjectEventArgs

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

Provides data for the TagBites.WinSchedulers.TimeScheduler.CustomDrawTaskBackground or TagBites.WinSchedulers.TimeScheduler.CustomDrawTask event.

public class TimeSchedulerCustomDrawObjectEventArgs : System.EventArgs

Properties

BackgroundBitmap

public DrawingBitmap BackgroundBitmap { get; }

Result Type: DrawingBitmap

Bounds

Gets or sets the bounds in which to draw.

public Rect Bounds { get; set; }

Result Type: Rect

Context

public GridViewDrawingContext Context { get; }

Result Type: GridViewDrawingContext

Data

Gets

public object Data { get; }

Result Type: object

GridStyle

Gets the styles (colors and fonts) settings.

public GridViewStyle GridStyle { get; }

Result Type: GridViewStyle

Transform

public IOrientationTransform Transform { get; }

Result Type: IOrientationTransform