HorizontalCoupling Property
In This Topic
Gets or sets a value indicating 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