mirror of
https://github.com/dnwSilver/tld.git
synced 2025-04-27 23:46:19 +00:00
8 lines
108 B
C#
8 lines
108 B
C#
|
namespace TUI.Engine.Nodes.Attributes.Resizings;
|
||
|
|
||
|
public enum Resizing
|
||
|
{
|
||
|
Adaptive,
|
||
|
Fixed,
|
||
|
Hug,
|
||
|
}
|