Gets or sets a list with images. Each image in the list represents the appearance of the button in one of its states: 0 - normal, 1 - pressed, 2 - disabled, 3 - hovered.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public List<IImage> ImageList { get; set; } |
Visual Basic Copy Code |
---|
Public Property ImageList As List(Of IImage) |
A list of Microsoft.Maui.Graphics.IImage objects.