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