SymbolIconSource SymbolIconSource SymbolIconSource SymbolIconSource Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Represents an icon source that uses a glyph from the Segoe MDL2 Assets font as its content.

public : class SymbolIconSource : IconSource, ISymbolIconSourcepublic class SymbolIconSource : IconSource, ISymbolIconSourcePublic Class SymbolIconSource Inherits IconSource Implements ISymbolIconSource// You can use this class in JavaScript.
<SymbolIconSource .../>

Inheritance
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Inherited Members

Inherited methods

Inherited properties

Remarks

SymbolIconSource is similar to SymbolIcon. However, because it is not a FrameworkElement, it can be shared.

Constructors

SymbolIconSource() SymbolIconSource() SymbolIconSource() SymbolIconSource()

Prerelease. Initializes a new instance of the SymbolIconSource class.

public : SymbolIconSource()public SymbolIconSource()Public Sub New()// You can use this method in JavaScript.

Properties

Symbol Symbol Symbol Symbol

Prerelease. Gets or sets the Segoe MDL2 Assets glyph used as the icon content.

public : Symbol Symbol { get; set; }public Symbol Symbol { get; set; }Public ReadWrite Property Symbol As Symbol// You can use this property in JavaScript.
<SymbolIconSource Symbol="symbolName"/>

Value
Symbol Symbol Symbol Symbol

A named constant of the numeration that specifies the Segoe MDL2 Assets glyph to use.

SymbolProperty SymbolProperty SymbolProperty SymbolProperty

Prerelease. Identifies the Symbol dependency property.

public : static DependencyProperty SymbolProperty { get; }public static DependencyProperty SymbolProperty { get; }Public Static ReadOnly Property SymbolProperty As DependencyProperty// You can use this property in JavaScript.
Value
DependencyProperty DependencyProperty DependencyProperty DependencyProperty

The identifier for the Symbol dependency property.