Share via


IAdornmentLayerElement.Adornment Property

Gets the adornment.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
ReadOnly Property Adornment As UIElement
UIElement Adornment { get; }
property UIElement^ Adornment {
    UIElement^ get ();
}
abstract Adornment : UIElement
function get Adornment () : UIElement

Property Value

Type: System.Windows.UIElement
The adornment.

.NET Framework Security

See Also

Reference

IAdornmentLayerElement Interface

Microsoft.VisualStudio.Text.Editor Namespace