TemplatedControlTemplate Property

Gets or sets the template that defines the control's appearance.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IControlTemplate? Template { get; set; }

Property Value

IControlTemplate

See Also