SymbolIconSourceExtension Class

Definition

Custom Windows.UI.Xaml.Markup.MarkupExtension which can provide symbol-baased Windows.UI.Xaml.Controls.FontIconSource values.

[Windows.UI.Xaml.Markup.MarkupExtensionReturnType(ReturnType=typeof(Windows.UI.Xaml.Controls.FontIconSource))]
public class SymbolIconSourceExtension : Microsoft.Toolkit.Uwp.UI.Extensions.TextIconExtension
[<Windows.UI.Xaml.Markup.MarkupExtensionReturnType(ReturnType=typeof(Windows.UI.Xaml.Controls.FontIconSource))>]
type SymbolIconSourceExtension = class
    inherit TextIconExtension
Public Class SymbolIconSourceExtension
Inherits TextIconExtension
Inheritance
Windows.UI.Xaml.Markup.MarkupExtension
SymbolIconSourceExtension
Attributes
Windows.UI.Xaml.Markup.MarkupExtensionReturnTypeAttribute

Constructors

SymbolIconSourceExtension()

Properties

FontSize

Gets or sets the size of the icon to display.

(Inherited from TextIconExtension)
FontStyle

Gets or sets the font style for the icon glyph.

(Inherited from TextIconExtension)
FontWeight

Gets or sets the thickness of the icon glyph.

(Inherited from TextIconExtension)
Foreground

Gets or sets the foreground Windows.UI.Xaml.Media.Brush for the icon.

(Inherited from TextIconExtension)
IsTextScaleFactorEnabled

Gets or sets a value indicating whether automatic text enlargement, to reflect the system text size setting, is enabled.

(Inherited from TextIconExtension)
MirroredWhenRightToLeft

Gets or sets a value indicating whether the icon is mirrored when the flow direction is right to left.

(Inherited from TextIconExtension)
Symbol

Gets or sets the Windows.UI.Xaml.Controls.Symbol value representing the icon to display.

Methods

ProvideValue()

Applies to