Gets or sets the target graphics object.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public IGraphics Graphics { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Graphics As IGraphics |
An instance of the IGraphics interface that must be used to paint the item.
RemarksA custom item viewer should use this IGraphics instance to draw a schedule item.
See Also