ITemplateTControl Interface

Creates a control.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface ITemplate<TControl> : ITemplate
where TControl : Control
Implements
ITemplate

Type Parameters

TControl
The type of control.

Methods

Build Creates the control.

See Also