MindFusion WinForms Programmer's Guide
DrawEventArgs.Resource Property
See Also
 





Gets the resource related to the element being drawn.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Resource Resource { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resource As Resource

 Property Value

A reference to a Contact, Location, Task or Resource related to the custom drawn element.

 Remarks

This could be null (Nothing in Visual Basic) when no resource is related to the element.

 See Also

DrawEventArgs Members
DrawEventArgs Class
MindFusion.Scheduling.WinForms Namespace