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
-
SymbolIconSourceSymbolIconSourceSymbolIconSourceSymbolIconSource
- 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
ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)
GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)
ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
Inherited properties
Remarks
SymbolIconSource is similar to SymbolIcon. However, because it is not a FrameworkElement, it can be shared.
Constructors
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"/>
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.
The identifier for the Symbol dependency property.