MindFusion WinForms 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: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int ImageIndex { get; set; }

Visual Basic  Copy Code

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

Style Members
Style Class
MindFusion.Scheduling Namespace
Image Property
ImageAlignment Property
ImageTransparency Property