Search
ItemDrawContext.Graphics Property
See Also
 






Gets or sets the target graphics object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public IGraphics Graphics { get; set; }

Visual Basic  Copy Code

Public Property Graphics As IGraphics

 Property Value

An instance of the IGraphics interface that must be used to paint the item.

 Remarks

A custom item viewer should use this IGraphics instance to draw a schedule item.

 See Also