Search
Palette.NewInstanceSize Property
See Also
 





Gets or sets the default size with which items dragged onto a diagram will be created.

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

 Syntax

C#  Copy Code

public Size NewInstanceSize { get; set; }

Visual Basic  Copy Code

Public Property NewInstanceSize As Size

 Property Value

A Size instance specifying item size.

 See Also