MindFusion.Wpf Pack Programmer's Guide
DiagramExtensions.DefaultControlType Method
See Also
 





Sets the type of the controls that will be hosted by default in newly created ControlNode objects.

Namespace: MindFusion.Diagramming.Wpf.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static Diagram DefaultControlType (
    Diagram diagram,
    Type value
)

Visual Basic  Copy Code

Public Shared Function DefaultControlType( _
    diagram As Diagram, _
    value As Type _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also

DiagramExtensions Members
DiagramExtensions Class
MindFusion.Diagramming.Wpf.Fluent Namespace