Skip to main content

Build Method

Creates the control.

Definition

Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public TControl Build(
TParam param
)

Parameters

  TParam
The parameter.

Return Value

TControl
The created control.

Implements

ITemplate(TParam, TControl).Build(TParam)

See Also

Reference

FuncTemplate(TParam, TControl) Class
Avalonia.Controls.Templates Namespace