In This Article

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.

public static AdornmentLayerDefinition Caret { get; }

Property Value

AdornmentLayerDefinition

CollapsedRegion

The AdornmentLayerDefinition for the collapsed region layer.

public static AdornmentLayerDefinition CollapsedRegion { get; }

Property Value

AdornmentLayerDefinition

Guides

The AdornmentLayerDefinition for the guides layer.

public static AdornmentLayerDefinition Guides { get; }

Property Value

AdornmentLayerDefinition

Highlight

The AdornmentLayerDefinition for the highlight layer.

public static AdornmentLayerDefinition Highlight { get; }

Property Value

AdornmentLayerDefinition

OverlayPanes

The AdornmentLayerDefinition for the overlay panes layer.

public static AdornmentLayerDefinition OverlayPanes { get; }

Property Value

AdornmentLayerDefinition

Selection

The AdornmentLayerDefinition for the selection layer.

public static AdornmentLayerDefinition Selection { get; }

Property Value

AdornmentLayerDefinition

Squiggle

The AdornmentLayerDefinition for the squiggle lines layer.

public static AdornmentLayerDefinition Squiggle { get; }

Property Value

AdornmentLayerDefinition

TextBackground

The AdornmentLayerDefinition for the text background layer.

public static AdornmentLayerDefinition TextBackground { get; }

Property Value

AdornmentLayerDefinition

TextForeground

The AdornmentLayerDefinition for the text foreground layer.

public static AdornmentLayerDefinition TextForeground { get; }

Property Value

AdornmentLayerDefinition

Inherited Members