Search
ShapeNode.ResizeToFitText Method (Double)
See Also
 






Resize this node to accomodate it's text.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ResizeToFitText (
    double maxWidth
)

Visual Basic  Copy Code

Public Sub ResizeToFitText( _
    maxWidth As Double _
)

 Parameters

maxWidth

A double value specifying the maximum possible width for the text.

 See Also