AdornerLayer.Update Method

Definition

Updates the layout and redraws all of the adorners in the adorner layer.

Overloads

Update()

Updates the layout and redraws all of the adorners in the adorner layer.

Update(UIElement)

Updates the layout and redraws all of the adorners in the adorner layer that are bound to the specified UIElement.

Update()

Updates the layout and redraws all of the adorners in the adorner layer.

public:
 void Update();
public void Update ();
member this.Update : unit -> unit
Public Sub Update ()

Applies to

Update(UIElement)

Updates the layout and redraws all of the adorners in the adorner layer that are bound to the specified UIElement.

public:
 void Update(System::Windows::UIElement ^ element);
public void Update (System.Windows.UIElement element);
member this.Update : System.Windows.UIElement -> unit
Public Sub Update (element As UIElement)

Parameters

element
UIElement

The UIElement associated with the adorners to update.

Exceptions

Raised when element is null.

Raised when the specified element cannot be found.

Applies to