Gets or sets an image associated with this style.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Image Image { get; set; } |
Visual Basic Copy Code |
---|
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.