Gets or sets the index of the image from the calendar image list assigned to this style.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int ImageIndex { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ImageIndex As Integer |
An integer value specifying the image index. Assign -2 to this property to use the corresponding value from the current theme.
RemarksIf there is an Image assigned to this style, it takes precedence over the image identified by this index.
See Also