Gets or sets the image list used in the control.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public ImageList Images { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Images As ImageList |
A .NET ImageList object.
See Also