The DiagramFormatter type exposes the following members.

Constructors

  NameDescription
DiagramFormatter

Properties

  NameDescription
ConnectionContentTemplateSelector
Gets or sets the DataTemplateSelector used for displaying the data content of IDiagramConnection objects.
ConnectionPointTemplateSelector
Gets or sets the DataTemplateSelector used for selecting a template for diagram connection points.
ConnectionStyleSelector
Gets or sets the StyleSelector used for styling connections.
Layout
Gets or sets the ILayout used for positioning.
NodeContentTemplateSelector
Gets or sets the DataTemplateSelector used for displaying the data content of IDiagramNode objects.
NodeStyleSelector
Gets or sets the StyleSelector used for styling nodes.

See Also