Class ImageIcon
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
Properties
Image
protected Image? Image { get; set; }
Property Value
Source
Gets or sets the Source on this Image.
public ImageSource? Source { get; set; }
Property Value
Methods
InitializeChildren()
protected override UIElement InitializeChildren()