Table of Contents

Class FluentIconElement

Namespace
Riverside.Toolkit.Icons
Assembly
Riverside.Toolkit.dll

Represents an icon that uses a FluentSymbol for its content.

public sealed class FluentIconElement : PathIcon, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IEquatable<IconElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<PathIcon>
Inheritance
FluentIconElement
Implements
IWinRTObject
Inherited Members

Constructors

FluentIconElement()

Constructs an empty FluentIconElement.

public FluentIconElement()

FluentIconElement(FluentIconSource)

Constructs a FluentIconElement with the specified source.

public FluentIconElement(FluentIconSource source)

Parameters

source FluentIconSource

FluentIconElement(FluentSymbol)

Constructs a FluentIconElement displaying the specified symbol.

public FluentIconElement(FluentSymbol symbol)

Parameters

symbol FluentSymbol

Fields

SymbolProperty

Identifies the Symbol property.

public static readonly DependencyProperty SymbolProperty

Field Value

DependencyProperty

Properties

Symbol

Gets or sets the Fluent System Icons glyph used as the icon content.

public FluentSymbol Symbol { get; set; }

Property Value

FluentSymbol