Search
DiagramExtensions.ShapeHandlesStyle Method
See Also
 





Sets the default value for the HandlesStyle property of new shape nodes.

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

 Syntax

C#  Copy Code

public static Diagram ShapeHandlesStyle (
    Diagram diagram,
    HandlesStyle value
)

Visual Basic  Copy Code

Public Shared Function ShapeHandlesStyle( _
    diagram As Diagram, _
    value As HandlesStyle _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also