IResourceProviderRemoveOwner Method

Removes a resource provider owner.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void RemoveOwner(
	IResourceHost owner
)

Parameters

owner  IResourceHost
The owner.

See Also