Class FluentIconSource
Represents an icon source that uses a Fluent System Icon as its content.
public class FluentIconSource : PathIconSource, IEquatable<DependencyObject>, IEquatable<IconSource>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<PathIconSource>
- Inheritance
-
FluentIconSource
- Implements
-
IWinRTObject
- Inherited Members
Constructors
FluentIconSource()
Constructs an empty FluentIconSource.
public FluentIconSource()
FluentIconSource(FluentSymbol)
Constructs an IconSource that uses a Fluent System Icon as its content.
public FluentIconSource(FluentSymbol symbol)
Parameters
symbol
FluentSymbol
Fields
SymbolProperty
Identifies the Symbol property.
public static readonly DependencyProperty SymbolProperty
Field Value
Properties
Symbol
Gets or sets the Fluent System Icons glyph used as the icon content.
public FluentSymbol Symbol { get; set; }