Gets the StyleSelector applicable to this type of element.

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

Syntax

C#
protected override StyleSelector GetStyleSelector(
	IDiagramFormatter formatter
)
Visual Basic (Declaration)
Protected Overrides Function GetStyleSelector ( _
	formatter As IDiagramFormatter _
) As StyleSelector

Parameters

formatter
Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramFormatter
The IDiagramFormatter from which to retrieve the selector.

Return Value

The StyleSelector to be used for this type of DiagramElement.

See Also