Summary
Initializes a new instance of the
FuncControlTemplate
class.
- Namespace
- Avalonia
.Controls .Templates - Containing Type
- FuncControlTemplate
Syntax
public FuncControlTemplate(Func<ITemplatedControl, INameScope, IControl> build)
Parameters
Name | Type | Description |
---|---|---|
build | Func |
The build function. |
Return Value
Type | Description |
---|---|
void |