Search
ButtonComponent.ImageList Property
See Also
 





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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public List<Image> ImageList { get; set; }

Visual Basic  Copy Code

Public Property ImageList As List(Of Image)

 Property Value

A list with Image objects.

 See Also