TextIconExtension Class

Definition

An abstract Windows.UI.Xaml.Markup.MarkupExtension which to produce text-based icons.

public abstract class TextIconExtension : Windows.UI.Xaml.Markup.MarkupExtension
type TextIconExtension = class
    inherit MarkupExtension
Public MustInherit Class TextIconExtension
Inherits MarkupExtension
Inheritance
Windows.UI.Xaml.Markup.MarkupExtension
TextIconExtension
Derived

Constructors

TextIconExtension()

Properties

FontSize

Gets or sets the size of the icon to display.

FontStyle

Gets or sets the font style for the icon glyph.

FontWeight

Gets or sets the thickness of the icon glyph.

Foreground

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

IsTextScaleFactorEnabled

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

MirroredWhenRightToLeft

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

SegoeMDL2AssetsFontFamily

Gets the reusable "Segoe MDL2 Assets" Windows.UI.Xaml.Media.FontFamily instance.

Applies to