Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CharacterPropertiesMask Enum

Lists the value masks available for character properties.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

#Declaration

[Flags]
public enum CharacterPropertiesMask : long

#Members

Name Description
None

No character properties are specified.

FontName

CharacterPropertiesBase.FontName

FontNameAscii

CharacterPropertiesBase.FontNameAscii

FontNameHighAnsi

CharacterPropertiesBase.FontNameHighAnsi

FontNameComplexScript

CharacterPropertiesBase.FontNameComplexScript

FontNameEastAsia

CharacterPropertiesBase.FontNameEastAsia

ThemeFontAscii

CharacterPropertiesBase.ThemeFontAscii

ThemeFontHighAnsi

CharacterPropertiesBase.ThemeFontHighAnsi

ThemeFontComplexScript

CharacterPropertiesBase.ThemeFontComplexScript

ThemeFontEastAsia

CharacterPropertiesBase.ThemeFontEastAsia

FontSize

CharacterPropertiesBase.FontSize

Bold

CharacterPropertiesBase.Bold

Italic

CharacterPropertiesBase.Italic

StrikeoutType

CharacterPropertiesBase.Strikeout

UnderlineType

CharacterPropertiesBase.Underline

AllCaps

CharacterPropertiesBase.AllCaps

SmallCaps

CharacterPropertiesBase.SmallCaps

Spacing

CharacterPropertiesBase.Spacing

KerningThreshold

KerningThreshold

Scale

CharacterPropertiesBase.Scale

Position

CharacterPropertiesBase.Position

SnapToGrid

CharacterPropertiesBase.SnapToGrid

ForeColor

CharacterPropertiesBase.ForeColor

BackColor

CharacterPropertiesBase.BackColor

UnderlineColor

CharacterPropertiesBase.UnderlineColor

UseUnderlineWordsOnly

0x00000800

Script

CharacterPropertiesBase.Subscript and CharacterPropertiesBase.Subscript

Hidden

CharacterPropertiesBase.Hidden

Language

CharacterPropertiesBase.Language

NoProof

CharacterPropertiesBase.NoProof

HighlightColor

CharacterPropertiesBase.HighlightColor

All

Specifies all character properties.

#Remarks

A CharacterPropertiesMask enumeration value is used as the CharacterPropertiesBase.Reset method parameter.

See Also