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

Gets the AdornmentLayerDefinition for the caret layer.

public static AdornmentLayerDefinition Caret { get; }

Property Value

AdornmentLayerDefinition:

The AdornmentLayerDefinition for the caret layer.

CollapsedRegion

Gets the AdornmentLayerDefinition for the collapsed region layer.

public static AdornmentLayerDefinition CollapsedRegion { get; }

Property Value

AdornmentLayerDefinition:

The AdornmentLayerDefinition for the collapsed region layer.

Guides

Gets the AdornmentLayerDefinition for the guides layer.

public static AdornmentLayerDefinition Guides { get; }

Property Value

AdornmentLayerDefinition:

The AdornmentLayerDefinition for the guides layer.

Highlight

Gets the AdornmentLayerDefinition for the highlight layer.

public static AdornmentLayerDefinition Highlight { get; }

Property Value

AdornmentLayerDefinition:

The AdornmentLayerDefinition for the highlight layer.

OverlayPanes

Gets the AdornmentLayerDefinition for the overlay panes layer.

public static AdornmentLayerDefinition OverlayPanes { get; }

Property Value

AdornmentLayerDefinition:

The AdornmentLayerDefinition for the overlay panes.

Selection

Gets the AdornmentLayerDefinition for the selection layer.

public static AdornmentLayerDefinition Selection { get; }

Property Value

AdornmentLayerDefinition:

The AdornmentLayerDefinition for the selection layer.

Squiggle

Gets the AdornmentLayerDefinition for the squiggle lines layer.

public static AdornmentLayerDefinition Squiggle { get; }

Property Value

AdornmentLayerDefinition:

The AdornmentLayerDefinition for the squiggle lines layer.

TextBackground

Gets the AdornmentLayerDefinition for the text background layer.

public static AdornmentLayerDefinition TextBackground { get; }

Property Value

AdornmentLayerDefinition:

The AdornmentLayerDefinition for the text background layer.

TextForeground

Gets the AdornmentLayerDefinition for the text foreground layer.

public static AdornmentLayerDefinition TextForeground { get; }

Property Value

AdornmentLayerDefinition:

The AdornmentLayerDefinition for the text foreground layer.

Inherited Members