Skip to main content

IWindowDrawnDecorationsTemplate Interface

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Interface for a template that produces Avalonia.Controls.Chrome.WindowDrawnDecorationsContent. Implemented by the XAML template class in Avalonia.Markup.Xaml. Extends Avalonia.Styling.ITemplate so the XAML compiler assigns the template object directly instead of auto-calling Build().

public interface IWindowDrawnDecorationsTemplate
Implements:ITemplate

Methods

NameDescription
BuildBuilds the template and returns the content with its name scope.

Build Method

Builds the template and returns the content with its name scope.

public Avalonia.Controls.Templates.TemplateResult<Avalonia.Controls.Chrome.WindowDrawnDecorationsContent> Build()

Returns

Avalonia.Controls.Templates.TemplateResult<Avalonia.Controls.Chrome.WindowDrawnDecorationsContent>