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