Skip to content
Auto
Products

TimeSchedulerCustomDrawObjectEventArgs

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

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

public class TimeSchedulerCustomDrawObjectEventArgs : System.EventArgs

Inheritance: EventArgs → TimeSchedulerCustomDrawObjectEventArgs

public DrawingBitmap BackgroundBitmap { get; }

DrawingBitmap

Gets or sets the bounds in which to draw.

public Rect Bounds { get; set; }

Rect

The bounds in which to draw.

public GridViewDrawingContext Context { get; }

GridViewDrawingContext

Gets

public object Data { get; }

object

Gets the styles (colors and fonts) settings.

public GridViewStyle GridStyle { get; }

GridViewStyle

An Object

public IOrientationTransform Transform { get; }

IOrientationTransform