Search
DiagramExtensions.AllowInplaceEdit Method
See Also
 





Sets a value indicating whether in-place editing of the text of objects is enabled.

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

 Syntax

C#  Copy Code

public static Diagram AllowInplaceEdit (
    Diagram diagram,
    bool value
)

Visual Basic  Copy Code

Public Shared Function AllowInplaceEdit( _
    diagram As Diagram, _
    value As Boolean _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also