Enum Overflow
- Namespace
- Northwoods.Go
- Assembly
- Northwoods.GoDiagram.Avalonia.dll
This enumeration specifies possible values for Overflow.
public enum Overflow
Fields
Clip = 0The TextBlock will clip if the width is too small to display all text.
Ellipsis = 1The TextBlock will display an ellipsis if the width is too small to display all text.