Gets or sets an image associated with this style.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
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.
RemarksThis image takes precedence over the image associated with an item through an image list / image index pair.
See Also