Modify each shape size for showing the full shape text

Applies to: Nevron Diagram for .NET

How to modify each shape size for showing the full shape text?

You can use the following method to auto size the shape to its text:

[C#]
shape.SizeToText(new NMarginsF(10));

[VB.NET]
shape.SizeToText(New NMarginsF(10))

Article ID: 130, Created On: 11/18/2010, Modified: 11/18/2010