Skip to main content

ITemplate<TParam, TControl> Interface

Creates a control based on a parameter.

Definition

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

public interface ITemplate<TParam, TControl>

View Source

Type Parameters

The type of the parameter.
The type of control.

Methods

Build(TParam)Creates the control.

See Also

Reference

Avalonia.Controls.Templates Namespace