Table of Contents

Interface IIconControl

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

Control that allows you to set an icon in it with an Icon.

public interface IIconControl

Properties

Icon

Gets or sets displayed IconElement.

IconElement? Icon { get; set; }

Property Value

IconElement