Share via


IAdornmentLayer.RemoveAdornment(UIElement) Method

Definition

Removes a specific UIElement.

public:
 void RemoveAdornment(System::Windows::UIElement ^ adornment);
public void RemoveAdornment (System.Windows.UIElement adornment);
abstract member RemoveAdornment : System.Windows.UIElement -> unit
Public Sub RemoveAdornment (adornment As UIElement)

Parameters

adornment
UIElement

UIElement to remove.

Applies to