Gets or sets the default size of instances created by dragging from this list view.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Size NewInstanceSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NewInstanceSize As Size |
A System.Windows.Size structure specifying item size.
RemarksThe copy created from an item dragged from the list view is resized to this size.
See Also