AdornerLayer::Update Method (UIElement^)

 

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

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
void Update(
	UIElement^ element
)

Parameters

element
Type: System.Windows::UIElement^

The UIElement associated with the adorners to update.

Exception Condition
ArgumentNullException

Raised when element is null.

InvalidOperationException

Raised when the specified element cannot be found.

.NET Framework
Available since 3.0
Return to top
Show: