Template Property
Gets or sets the template that defines the control's appearance.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public IControlTemplate? Template { get; set; }
Public Property Template As IControlTemplate
Get
Set
member Template : IControlTemplate with get, set
Property Value
IControlTemplateSee Also
Reference
TemplatedControl Class
Avalonia.Controls.Primitives Namespace