SubscribeToOwnerProperties Method
Obsolete.
Owner manages its children properties by itself
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[ObsoleteAttribute("Owner manages its children properties by itself")]
protected void SubscribeToOwnerProperties(
AvaloniaObject owner
)
<ObsoleteAttribute("Owner manages its children properties by itself")>
Protected Sub SubscribeToOwnerProperties (
owner As AvaloniaObject
)
[<ObsoleteAttribute("Owner manages its children properties by itself")>]
member SubscribeToOwnerProperties :
owner : AvaloniaObject -> unit