Gets whether the node should be created with the default size (i.e. the tool was dropped) rather than being sized according to the Bounds (i.e. a click-drag-size).

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool UseDefaultSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property UseDefaultSize As Boolean

See Also