DefaultWpfViewOptions Class
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.
Represents common IWpfTextView options.
public ref class DefaultWpfViewOptions abstract sealed
public ref class DefaultWpfViewOptions abstract sealed
class DefaultWpfViewOptions abstract sealed
public static class DefaultWpfViewOptions
type DefaultWpfViewOptions = class
Public Class DefaultWpfViewOptions
- Inheritance
-
DefaultWpfViewOptions
Fields
AppearanceCategory |
Determines the appearance category of a view, which selects a ClassificationFormatMap and EditorFormatMap. |
AppearanceCategoryName | |
ClickGoToDefEnabledId | |
ClickGoToDefEnabledName |
Determines whether to enable mouse click + modifier keypress for go to definition. |
ClickGoToDefModifierKeyId | |
ClickGoToDefModifierKeyName |
Determines what modifier key to use for go to definition by mouse click + modifier keypress. |
ClickGoToDefOpensPeekId | |
ClickGoToDefOpensPeekName |
Determines whether to open definition target in Peek view for mouse click + modifier keypress. |
EnableHighlightCurrentLineId |
Determines whether to enable the highlight current line adornment. |
EnableHighlightCurrentLineName | |
EnableMouseWheelZoomId |
Determines whether to enable mouse wheel zooming |
EnableMouseWheelZoomName | |
EnableSimpleGraphicsId |
Determines whether to enable the highlight current line adornment. |
EnableSimpleGraphicsName | |
TextFormattingModeName |
Determines the WPF TextFormattingMode to use in the Editor. We're using EditorTextFormattingMode which extends it with Automatic |
TextFormattingModeOptionId | |
TextRenderingModeName |
Determines the WPF TextRenderingMode to use in the Editor. |
TextRenderingModeOptionId | |
UseReducedOpacityForHighContrastOptionId |
Determines whether the opacity of text markers and selection is reduced in high contrast mode. |
UseReducedOpacityForHighContrastOptionName | |
ZoomLevelId |
Determines the view zoom level. |
ZoomLevelName |