PocketPlanner Programmer's Guide

Task.ImageIndex Property

See Also

Gets or sets the index of the image associated with this task.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int ImageIndex { get; set; }

Visual Basic

Public Property ImageIndex As Integer

 Property Value

An integer value specifying the index of the task image within the calendar's ImageList. The default is 0.

 See Also