Returns the default size of a CommentNode. This CommentFlowDiagramNodeBuilder considers the default size of a CommentNode to be 200x40.

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

Syntax

C#
public Size DefaultSize { get; }
Visual Basic (Declaration)
Public ReadOnly Property DefaultSize As Size

See Also