Gets or sets the size of items displayed in the palette.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public Size IconSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IconSize As Size |
A System.Drawing.Size structure specifying icon size.
See Also