ResourceProviderOwner Property

Gets the owner of the resource provider.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IResourceHost? Owner { get; }

Property Value

IResourceHost

Implements

IResourceProviderOwner

Remarks

If multiple owners are added, returns the first.

See Also