Table of Contents

Class ImageIcon

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

Represents an icon that uses an Image as its content.

public class ImageIcon : IconElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Inheritance
ImageIcon
Implements
Inherited Members

Fields

SourceProperty

Identifies the Source dependency property.

public static readonly DependencyProperty SourceProperty

Field Value

DependencyProperty

Properties

Image

protected Image? Image { get; set; }

Property Value

Image

Source

Gets or sets the Source on this Image.

public ImageSource? Source { get; set; }

Property Value

ImageSource

Methods

InitializeChildren()

protected override UIElement InitializeChildren()

Returns

UIElement