IWindowDrawnDecorationsTemplate Interface
Definition
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
Methods
| Name | Description |
|---|---|
| Build | Builds 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>