ClassTextIconExtension
An abstract which to produce text-based icons.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class TextIconExtension : MarkupExtension
Inheritance: objectTextIconExtension
Derived Classes:
Constructors
TextIconExtension()
Declaration
protected TextIconExtension()
Properties
FontSize
Gets or sets the size of the icon to display.
FontStyle
Gets or sets the font style for the icon glyph.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
FontStyle
FontWeight
Gets or sets the thickness of the icon glyph.
Declaration
public FontWeight FontWeight { get; set; }
Property Value
FontWeight
Foreground
Gets or sets the foreground Brush for the icon.
Declaration
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
public bool IsTextScaleFactorEnabled { get; set; }
Property Value
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" FontFamily instance.
Declaration
protected static FontFamily SegoeMDL2AssetsFontFamily { get; }
Property Value
FontFamily