Gets or sets the StyleSelector used for styling nodes.

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

Syntax

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

Implements

IDiagramFormatter..::.NodeStyleSelector

See Also