Gets or sets the auto wrap mode value - defines the behavior of a character received when the cursor is at the last column.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Property AutoWrapMode As AutoWrapMode Get Set |
C# |
---|
public AutoWrapMode AutoWrapMode { get; set; } |