Enum UITextEndOfLinePreference
End of line character preference.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public enum UITextEndOfLinePreference
Fields
Name | Description |
---|---|
CRLF | Use carriage return and line feed (\r\n) as the end of line character. |
LF | Use line feed (\n) as the end of line character. |
TextDefault | Use the end of line character identified in the text buffer. |