Gets or sets the default style. This style is used if there is no specific template for the type of the node data, or if the node data is null.

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

Syntax

C#
public Style DefaultStyle { get; set; }
Visual Basic (Declaration)
Public Property DefaultStyle As Style

See Also