IntraTextAdornmentTag::Adornment Property

 

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

Namespace:   Microsoft.VisualStudio.Text.Editor
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).

Return to top
Show: