IntraTextAdornment Class

Definition

Support for theming intra-text adornments that are provided via IntraTextAdornmentTags.

public ref class IntraTextAdornment abstract sealed
public ref class IntraTextAdornment abstract sealed
class IntraTextAdornment abstract sealed
public static class IntraTextAdornment
type IntraTextAdornment = class
Public Class IntraTextAdornment
Inheritance
IntraTextAdornment

Remarks

For an explanation of adornments, see the "Extending Adornments" section of Language Service and Editor Extension Points and the "Adornments" section of Inside the Editor.

Fields

IsSelected

Represents the IsSelected property of these adornments.

Methods

GetIsSelected(UIElement)

Gets the IsSelected value on the specified UIElement.

SetIsSelected(UIElement, Boolean)

Sets the IsSelected value on the specified UIElement.

Applies to