MindFusion.Wpf Pack Programmer's Guide
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.Wpf.Fluent
Assembly: MindFusion.Diagramming.Wpf

 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

ShapeNodeExtensions Members
ShapeNodeExtensions Class
MindFusion.Diagramming.Wpf.Fluent Namespace