New to Telerik UI for .NET MAUIStart a free 30-day trial

Specifies the font attributes of a span of text.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
[Flags]
public enum RichTextFontAttributes

Fields

Specifies a bold text.

C#
Bold = 1

Specifies an italic text.

C#
Italic = 2

Specifies a regular text.

C#
None = 0

Specifies a subscript text.

C#
Subscript = 4

Specifies a superscript text.

C#
Superscript = 8
In this article
DefinitionFieldsBoldItalicNoneSubscriptSuperscript
Not finding the help you need?
Contact Support