EditorTextFormattingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the WPF TextFormattingModes available in the Editor. This enumeration adds Automatic to TextFormattingMode.
public enum class EditorTextFormattingMode
public enum EditorTextFormattingMode
type EditorTextFormattingMode =
Public Enum EditorTextFormattingMode
- Inheritance
-
EditorTextFormattingMode
Fields
Name | Value | Description |
---|---|---|
Automatic | 0 | Use "Display" mode at 100% zoom and "Ideal" otherwise |
Ideal | 1 | Always use "Ideal" mode |
Display | 2 | Always use "Display" mode |