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.EventArgsInheritance: EventArgs → TimeSchedulerCustomDrawObjectEventArgs
Properties
Section titled “Properties”BackgroundBitmap
Section titled “BackgroundBitmap”public DrawingBitmap BackgroundBitmap { get; }Property Value
Section titled “Property Value”Bounds
Section titled “Bounds”Gets or sets the bounds in which to draw.
public Rect Bounds { get; set; }Property Value
Section titled “Property Value”The bounds in which to draw.
Context
Section titled “Context”public GridViewDrawingContext Context { get; }Property Value
Section titled “Property Value”Gets
public object Data { get; }Property Value
Section titled “Property Value”GridStyle
Section titled “GridStyle”Gets the styles (colors and fonts) settings.
public GridViewStyle GridStyle { get; }Property Value
Section titled “Property Value”An Object
Transform
Section titled “Transform”public IOrientationTransform Transform { get; }