Search
ShapeNodeExtensions.RotateText(T) Method
See Also
 





Sets a value indicating whether the Text should be rotated when the shape node is rotated.

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

 Syntax

C#  Copy Code

public static T RotateText<T> (
    T shapeNode,
    bool value
) where T : ShapeNode

Visual Basic  Copy Code

Public Shared Function RotateText(Of T As ShapeNode) ( _
    shapeNode As T, _
    value As Boolean _
) As T

 Parameters

shapeNode

value

 Return Value

 See Also