Search
Palette.IconSize Property
See Also
 





Gets or sets the size of items displayed in the palette.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public Size IconSize { get; set; }

Visual Basic  Copy Code

Public Property IconSize As Size

 Property Value

A Size instance specifying icon size.

 See Also