Search
DiagramNodeExtensions.RotationAngle(T) Method
See Also
 





Sets the rotation angle of this node.

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

 Syntax

C#  Copy Code

public static T RotationAngle<T> (
    T diagramNode,
    float value
) where T : DiagramNode

Visual Basic  Copy Code

Public Shared Function RotationAngle(Of T As DiagramNode) ( _
    diagramNode As T, _
    value As Single _
) As T

 Parameters

diagramNode

value

 Return Value

 See Also