Class
TextIconExtension

An abstract which to produce text-based icons.

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class TextIconExtension : MarkupExtension

Inheritance: objectTextIconExtension

Derived Classes: FontIconExtensionFontIconSourceExtensionSymbolIconExtensionSymbolIconSourceExtension

Constructors

TextIconExtension()

Declaration

cs-api-definition
protected TextIconExtension()

Properties

FontSize

Gets or sets the size of the icon to display.

Declaration

cs-api-definition
public double FontSize { get; set; }

Property Value

double

FontStyle

Gets or sets the font style for the icon glyph.

Declaration

cs-api-definition
public FontStyle FontStyle { get; set; }

Property Value

FontStyle

FontWeight

Gets or sets the thickness of the icon glyph.

Declaration

cs-api-definition
public FontWeight FontWeight { get; set; }

Property Value

FontWeight

Foreground

Gets or sets the foreground Brush for the icon.

Declaration

cs-api-definition
public Brush Foreground { get; set; }

Property Value

Brush

IsTextScaleFactorEnabled

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

Declaration

cs-api-definition
public bool IsTextScaleFactorEnabled { get; set; }

Property Value

bool

MirroredWhenRightToLeft

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

Declaration

cs-api-definition
public bool MirroredWhenRightToLeft { get; set; }

Property Value

bool

SegoeMDL2AssetsFontFamily

Gets the reusable "Segoe MDL2 Assets" FontFamily instance.

Declaration

cs-api-definition
protected static FontFamily SegoeMDL2AssetsFontFamily { get; }

Property Value

FontFamily