Back to Devexpress

TextSpan Properties

blazor-devexpress-dot-blazor-dot-richedit-dot-textspan-dot-underscore-properties.md

latest2.6 KB
Original Source

TextSpan Properties

A span of document content.

NameDescription
AllCapsGets whether the text span’s characters are capital letters.
BackgroundColorGets the background color of the text span’s characters.
FontBoldGets whether the text span’s characters are bold.
FontItalicGets whether the text span’s characters are italicized.
FontNameGets the font name of the text span’s characters.
FontSizeGets the font size of the text span’s characters.
ForegroundColorGets the font color of the text span’s characters.
HiddenGets whether the text span’s content is hidden.
HighlightColorGets the highlight color of the text span’s characters.
IntervalGets the text buffer interval that contains the element. Inherited from DocumentElementBase.
ScriptGets the script format of the text span’s characters.
SmallCapsGets whether the text span’s characters are small capital letters.
StrikeoutGets whether the text span’s characters are strikeout.
TextGets textual representation of the span content.
UnderlineGets whether the text span’s characters are underlined.
UnderlineColorGets the underline color of the text span’s characters.
UnderlineWordsOnlyGets whether space and tab characters are underlined in addition to other characters.

See Also

TextSpan Class

TextSpan Members

DevExpress.Blazor.RichEdit Namespace