DefaultWpfViewOptions Class

Represents common IWpfTextView options.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Text.Editor.DefaultWpfViewOptions

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public NotInheritable Class DefaultWpfViewOptions
public static class DefaultWpfViewOptions
public ref class DefaultWpfViewOptions abstract sealed
[<AbstractClass>]
[<Sealed>]
type DefaultWpfViewOptions =  class end
public final class DefaultWpfViewOptions

The DefaultWpfViewOptions type exposes the following members.

Fields

  Name Description
Public fieldStatic member AppearanceCategory Determines the appearance category of a view, which selects a IClassificationFormatMap and IEditorFormatMap.
Public fieldStatic member AppearanceCategoryName
Public fieldStatic member EnableHighlightCurrentLineId Determines whether to enable the highlight current line adornment.
Public fieldStatic member EnableHighlightCurrentLineName
Public fieldStatic member EnableMouseWheelZoomId Determines whether to enable mouse wheel zooming.
Public fieldStatic member EnableMouseWheelZoomName
Public fieldStatic member EnableSimpleGraphicsId Determines whether to enable the highlight current line adornment.
Public fieldStatic member EnableSimpleGraphicsName
Public fieldStatic member UseReducedOpacityForHighContrastOptionId
Public fieldStatic member UseReducedOpacityForHighContrastOptionName

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Text.Editor Namespace