Gets or sets the default size of items created by drag-and-drop from this palette.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public SizeF NewInstanceSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NewInstanceSize As SizeF |
A System.Drawing.SizeF structure specifying item size.
RemarksThe copy created from an item dragged from the palette is resized to this size.
See Also