mirror of
https://github.com/dnwSilver/tld.git
synced 2025-04-27 07:26:18 +00:00
7 lines
97 B
C#
7 lines
97 B
C#
namespace TUI.Engine.Nodes.Attributes.Resizing;
|
|
|
|
public enum Resizing
|
|
{
|
|
Adaptive,
|
|
Fixed
|
|
} |