Search
DiagramExtensions.ShapeText Method
See Also
 





Sets the default text of shape nodes.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Diagram ShapeText (
    Diagram diagram,
    string value
)

Visual Basic  Copy Code

Public Shared Function ShapeText( _
    diagram As Diagram, _
    value As String _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also