TerminalControl.AutoAdjustTerminalSize Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9448)
AutoAdjustTerminalSize
Enables or disables automatic terminal size adjustment based on font size and control size.
Declaration
[Browsable(true)]
public bool AutoAdjustTerminalSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | True to enable automatic adjustment; false to disable automatic adjustment. |