Gets or sets the target graphics object.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# 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.
A custom item viewer should use this IGraphics instance to draw a schedule item.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |