Gets or sets the target graphics object.
Namespace: MindFusion.Scheduling
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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |