Selects a diagram node style based on the type of the diagram node data.

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

Syntax

C#
[ContentPropertyAttribute("TypeStyles")]
public class DataTypeStyleSelector : StyleSelector
Visual Basic (Declaration)
<ContentPropertyAttribute("TypeStyles")> _
Public Class DataTypeStyleSelector _
	Inherits StyleSelector

Inheritance Hierarchy

System..::.Object
  System.Windows.Controls..::.StyleSelector
    Mindscape.WpfDiagramming.Foundation..::.DataTypeStyleSelector

See Also