PocketPlanner Programmer's Guide

CustomDrawArgs.Resource Property

See Also

Gets the resource related to the element being drawn.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Resource Resource { get; }

Visual Basic

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