IWindowImpl.

SetIcon(IWindowIconImpl) Method

Summary

Sets the icon of this window.
Namespace
Avalonia.Platform
Containing Type
IWindowImpl

Syntax

void SetIcon(IWindowIconImpl icon)

Parameters

Name Type Description
icon IWindowIconImpl

Return Value

Type Description
void