Enum ClearStrategy
Defines the possible strategies of clearing contents of a window.
Namespace: Sharpie
Assembly: sharpie.dll
Syntax
[PublicAPI]
public enum ClearStrategy
Fields
Name | Description |
---|---|
Full | Clears the entire window. |
FullFromCaret | Clears the contents of the line from the position of the caret down to the end of the window. |
LineFromCaret | Clears the contents of the line from the position of the caret. |