Node text outside

Hi
Is there any way to show node text out side of text Block ( i have a fixed my block size to 50 and my node contain text up to 50 character)

Literally the answer is no – only a TextBlock can render text.

If you had shown a screenshot of your node and what you wanted instead, I might have been able to help.

See here my text is overflow

Well, you have several choices. If you really want a fixed node size, then there is a limit to how much text can be shown at a constant font size.

I think you at least want to change your node template so that the TextBlock wraps the text, rather than restricting it to a single line.

Alternatively you could allow the node to grow larger as the TextBlock grows larger.

Or you could even automatically make the text smaller so that it always fits entirely in the fixed area.

But I don’t know what you want instead of the current behavior, nor do I know how your node template is defined.

thanks for reply
See if/EndIf Block , its coming above the block , can i do the same thing with other nodes

Yes, you can find example nodes like that in our documentation or in our samples.