AdornmentLayerDefinitions Class
Provides access to the built-in AdornmentLayerDefinition instances.
public static class AdornmentLayerDefinitions
- Inheritance:
- object object
Remarks
Order from top to bottom: OverlayPanes, Caret, TextForeground, Squiggle, CollapsedRegion, Selection, Guides, Highlight, TextBackground.
Properties
Caret
The AdornmentLayerDefinition for the caret layer.
CollapsedRegion
The AdornmentLayerDefinition for the collapsed region layer.
public static AdornmentLayerDefinition CollapsedRegion { get; }
Property Value
Guides
The AdornmentLayerDefinition for the guides layer.
Highlight
The AdornmentLayerDefinition for the highlight layer.
OverlayPanes
The AdornmentLayerDefinition for the overlay panes layer.
public static AdornmentLayerDefinition OverlayPanes { get; }
Property Value
Selection
The AdornmentLayerDefinition for the selection layer.
Squiggle
The AdornmentLayerDefinition for the squiggle lines layer.
TextBackground
The AdornmentLayerDefinition for the text background layer.
public static AdornmentLayerDefinition TextBackground { get; }
Property Value
TextForeground
The AdornmentLayerDefinition for the text foreground layer.
public static AdornmentLayerDefinition TextForeground { get; }