Search
Style.Image Property
See Also
 





Gets or sets an image associated with this style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Image Image { get; set; }

Visual Basic  Copy Code

Public Property Image As Image

 Property Value

A .NET Image object. Assign null (Nothing in Visual Basic) to this property to use the corresponding value from the current theme.

 Remarks

This image takes precedence over the image associated with an item through an image list / image index pair.

 See Also