Table of Contents

Class IconSourceElement

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

Represents an icon that uses an IconSource as its content.

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

Fields

IconSourceProperty

Identifies the IconSource dependency property.

public static readonly DependencyProperty IconSourceProperty

Field Value

DependencyProperty

Properties

IconSource

Gets or sets IconSource

public IconSource? IconSource { get; set; }

Property Value

IconSource

Methods

CreateIconElement()

public IconElement? CreateIconElement()

Returns

IconElement

InitializeChildren()

protected override UIElement InitializeChildren()

Returns

UIElement