PocketPlanner Programmer's Guide

Appointment.ImageIndex Property

See Also

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

 Since version 4.1, this property is considered obsolete. Instead, use the ImageIndex property of the associated Style.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override int ImageIndex { get; set; }

Visual Basic

Public Overrides Property ImageIndex As Integer

 Property Value

An integer index of the appointment's image within the Calendar.ImageList. The default is 0.

 See Also