Search
ShapeListBox.IconSize Property
See Also
 





Gets or sets the size of the shape icons.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public Size IconSize { get; set; }

Visual Basic  Copy Code

Public Property IconSize As Size

 Property Value

An instance of the .NET Size structure. The default is 48x32.

 See Also