Attach<TControl> Method
Initializes a new instance of the PressedMixin class.
Definition
Namespace: Avalonia.Controls.Mixins
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void Attach<TControl>()
where TControl : Control
Public Shared Sub Attach(Of TControl As Control)
static member Attach : unit -> unit when 'TControl : Control
Type Parameters
- The control type.