Search
Palette.NewInstanceSize Property
See Also
 





Gets or sets the default size of items created by drag-and-drop from this palette onto a diagram.

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

 Syntax

C#  Copy Code

public Size NewInstanceSize { get; set; }

Visual Basic  Copy Code

Public Property NewInstanceSize As Size

 Property Value

A System.Windows.Size structure specifying item size.

 Remarks

The copy created from an item dragged from the palette is resized to this size.

 See Also