Summary
Creates the control.
- Namespace
- Avalonia
.Controls .Templates - Containing Type
- FuncTemplate
<TParam, TControl>
Syntax
public TControl Build(TParam param)
Parameters
Name | Type | Description |
---|---|---|
param | TParam | The parameter. |
Return Value
Type | Description |
---|---|
TControl | The created control. |