IntraTextAdornmentTag::Adornment Property
Visual Studio 2015
Gets the adornment to be displayed at the position of the tag. Must not be null.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
public: property UIElement^ Adornment { [CompilerGeneratedAttribute] UIElement^ get(); [CompilerGeneratedAttribute] private: void set(UIElement^ value); }
Property Value
Type: System.Windows::UIElement^The adornment to be displayed at the position of the tag. Must not be null.
This adornment is added to the view. Windows Presentation Foundation (WPF) elements can be parented only in one place in the visual tree. Do not add instances of this adornment to any other part of the WPF user interface (UI).
Show: