Enumeration Wrap

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

This enumeration specifies possible values for TextBlock.wrap.

since

3.0

Index

Enumeration Members

Enumeration Members

The TextBlock will attempt to wrap at each character, allowing breaks within "words."

The TextBlock will wrap text and the width of the TextBlock will be the desiredSize's width, if any.

The TextBlock will wrap text, making the width of the TextBlock equal to the width of the longest line.

The TextBlock will not wrap its text.