FuncTemplateTControl Constructor

Initializes a new instance of the FuncTemplateTControl class.

Definition

Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public FuncTemplate(
	Func<TControl> func
)

Parameters

func  FuncTControl
The function used to create the control.

See Also