ITemplate<TControl> Interface
Creates a control.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public interface ITemplate<TControl> : ITemplate
where TControl : Control
Public Interface ITemplate(Of TControl As Control)
Inherits ITemplate
type ITemplate<'TControl when 'TControl : Control> =
interface
interface ITemplate
end
Implements | ITemplate |
Type Parameters
- The type of control.
Methods
Build() | Creates the control. |