ITemplateTParam, TControl Interface

Creates a control based on a parameter.

Definition

Namespace: Avalonia.Controls.Templates
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface ITemplate<TParam, TControl>

Type Parameters

TParam
The type of the parameter.
TControl
The type of control.

Methods

Build(TParam) Creates the control.

See Also