Enum Format
This enumeration specifies possible values for Formatting.
Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum Format
Fields
Name | Description |
---|---|
None | The TextBlock will not automatically trim any whitespace at the start or end of each line of text. This can be useful if your text is preformatted. |
Trim | The TextBlock will automatically trim any whitespace at the start or end of each line of text. |