The DataTypeStyleSelector type exposes the following members.

Constructors

  NameDescription
DataTypeStyleSelector

Methods

  NameDescription
SelectStyle
Returns a Style according to the type of the Data property of the provided IDiagramNode.
(Overrides StyleSelector..::.SelectStyle(Object, DependencyObject).)

Properties

  NameDescription
DefaultStyle
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.
TypeStyles
Gets the list of type-specific styles.

See Also