PocketPlanner Programmer's Guide

Style.ImageIndex Property

See Also

Gets or sets the index of the image from the calendar image list assigned to this style.

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 image index. Assign -2 to this property to use the corresponding value from the current theme.

 Remarks

If there is an Image assigned to this style, it takes precedence over the image identified by this index.

 See Also