MindFusion.Wpf Pack Programmer's Guide
ShapeNodeExtensions.ClipText(T) Method
See Also
 





Sets a value indicating whether to clip the text assigned to this node to fit into the shape's geometry.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Shared Function ClipText(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