Table of Contents

Interface ITemplate<TControl>

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

Creates a control.

public interface ITemplate<TControl> : ITemplate where TControl : Control?

Type Parameters

TControl

The type of control.

Methods

Build()

Creates the control.

TControl Build()

Returns

TControl

The created control.