namespace WPFluent.Controls; /// /// Control that allows you to set an icon in it with an . /// public interface IIconControl { /// /// Gets or sets displayed . /// IconElement? Icon { get; set; } }