AdornerLayer.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Exceptions
Raised when element is null.
Raised when the specified element cannot be found.