Enum ConsoleSizeMode
An enum that indicates different ways for calculating the layout size of a console window.
Namespace: SociallyDistant.Core.UI.Console
Assembly: SociallyDistant.Framework.dll
Syntax
public enum ConsoleSizeMode
Fields
Name | Description |
---|---|
Available | Always consume the space available in the parent widget. |
Desired | Try to consume only the desired amount of space, in rows/columns, needed by the console. If there isn't enough space available in the parent, and the parent can't grow, then the console will fall back to using Available instead. |