Search
Palette.IconSize Property
See Also
 





Gets or sets the size of the icons displayed in the palette's item list.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Size IconSize { get; set; }

Visual Basic  Copy Code

Public Property IconSize As Size

 Property Value

A System.Windows.Size structure specifying icon size.

 See Also