Gets or sets an image associated with this style.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public Image Image { get; set; } |
Visual Basic
![]() |
---|
Public Property Image As Image |
A .NET Image object. Assign null (Nothing in Visual Basic) to this property to use the corresponding value from the current theme.
This image takes precedence over the image associated with an item through an image list / image index pair.