FuncControlTemplate<T> Constructor
Initializes a new instance of the FuncControlTemplate(T) class.
Definition
Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public FuncControlTemplate(
Func<T, INameScope, Control> build
)
Public Sub New (
build As Func(Of T, INameScope, Control)
)
new :
build : Func<'T, INameScope, Control> -> FuncControlTemplate
Parameters
- Func(T, INameScope, Control)
- The build function.
See Also
Reference
FuncControlTemplate(T) Class
Avalonia.Controls.Templates Namespace