Enum Wrap
This enumeration specifies possible values for Wrap.
Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum Wrap
Fields
Name | Description |
---|---|
BreakAll | The TextBlock will attempt to wrap at each character, allowing breaks within "words." |
DesiredSize | The TextBlock will wrap text and the width of the TextBlock will be the DesiredSize's width, if any. |
Fit | The TextBlock will wrap text, making the width of the TextBlock equal to the width of the longest line. |
None | The TextBlock will not wrap its text. |