How to create a multiline node?

is there a way for making a node (derived from goBasicNode) multilined?

Thank you!Smile

GoBasicNode.Label.Multiline = true

Thank you!

Can I set the node that after n (some number) characters it’ll continue the text on the next row?..

Perhaps you don't want to set Multiline after all, unless your text might contain embedded newline characters.
Maybe you really wanted to set Wrapping and WrappingWidth, which are other properties of GoText, the class that implements the Label property.

that sounds like what i’m looking 4, yet I need to check it out…

I’ll let you know soon enough :)

Thank you very much !!!

It workes exactly the way I needed it to work. Clap

Thank you very much! Thumbs%20Up