IntraTextAdornmentTag.Adornment Property

Definition

Gets the adornment to be displayed at the position of the tag. It must not be null.

public:
 property System::Windows::UIElement ^ Adornment { System::Windows::UIElement ^ get(); };
public System.Windows.UIElement Adornment { get; }
member this.Adornment : System.Windows.UIElement
Public ReadOnly Property Adornment As UIElement

Property Value

The adornment to be displayed at the position of the tag. Must not be null.

Remarks

This adornment will be added to the view. Note that WPF elements can only be parented in a single place in the visual tree. Therefore these adornment instances should not be added to any other WPF UI.

Applies to