Back to Devexpress

CharacterProperties Members

blazor-devexpress-dot-blazor-dot-richedit-dot-characterproperties-dot-underscore-members.md

latest4.8 KB
Original Source

CharacterProperties Members

Contains character properties.

Constructors

NameDescription
CharacterProperties()Initializes a new instance of the CharacterProperties class.

Properties

NameDescription
AllCapsSpecifies whether characters are capital letters.
BackgroundColorSpecifies the background color of characters.
FontBoldSpecifies whether characters are bold.
FontItalicSpecifies whether characters are italicized.
FontNameSpecifies the font name of characters.
FontSizeSpecifies the font size of characters.
ForegroundColorSpecifies the font color of characters.
HiddenSpecifies whether content is hidden.
HighlightColorSpecifies the highlight color of characters.
ScriptSpecifies the script format of characters.
SmallCapsSpecifies whether characters are small capital letters.
StrikeoutSpecifies whether characters are stricken out.
UnderlineSpecifies whether characters are underlined.
UnderlineColorSpecifies the underline color of characters.
UnderlineWordsOnlySpecifies whether space and tab characters are underlined in addition to other characters.

Methods

NameDescription
CopyFrom(TextSpan)Duplicates properties of the specified text span into the current CharacterProperties class instance.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

CharacterProperties Class

DevExpress.Blazor.RichEdit Namespace