Search
NodeListView.SetFont Method
See Also
 





Sets the font of the nodes captions.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public NodeListView SetFont (
    Font value
)

Visual Basic  Copy Code

Public Function SetFont( _
    value As Font _
) As NodeListView

 Parameters

value

 Return Value

 See Also