Owner Property
Gets the owner of the resource provider.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IResourceHost? Owner { get; }
Public ReadOnly Property Owner As IResourceHost
Get
abstract Owner : IResourceHost with get
override Owner : IResourceHost with get
Property Value
IResourceHostImplements
IResourceProvider.OwnerRemarks
If multiple owners are added, returns the first.