MindFusion WinForms Programmer's Guide
ShapeToolBar.ButtonImageSize Property
See Also
 





Gets or sets the size of the icon images displayed inside toolbar buttons.

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

 Syntax

C#  Copy Code

public Size ButtonImageSize { get; set; }

Visual Basic  Copy Code

Public Property ButtonImageSize As Size

 Property Value

A .NET Size instance specifying the size of button icons. The default is 16x16.

 See Also

ShapeToolBar Members
ShapeToolBar Class
MindFusion.Diagramming.WinForms Namespace