Gets or sets a value indicating whether to display shape icons in the toolbar buttons.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public bool ShowImages { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowImages As Boolean |
true to display shape images; otherwise, false. The default is true.
See Also