Reflection
HorizontalCoupling Property


Gets or sets whether the column in which the cursor is located remains in the terminal window regardless of how the terminal window is resized, or which screen font size is used.
Syntax
'Declaration
 
Property HorizontalCoupling As Boolean
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.HorizontalCoupling = value
 
value = instance.HorizontalCoupling
bool HorizontalCoupling {get; set;}

Property Value

The default value is true.
See Also