CharacterPropertiesMask Enum
Lists the value masks available for character properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
None
|
No character properties are specified. |
FontName
|
|
FontNameAscii
|
|
FontNameHighAnsi
|
|
FontNameComplexScript
|
|
FontNameEastAsia
|
|
ThemeFontAscii
|
|
ThemeFontHighAnsi
|
|
ThemeFontComplexScript
|
|
ThemeFontEastAsia
|
|
FontSize
|
|
Bold
|
|
Italic
|
|
StrikeoutType
|
|
UnderlineType
|
|
AllCaps
|
|
SmallCaps
|
|
Spacing
|
|
KerningThreshold
|
|
Scale
|
|
Position
|
|
SnapToGrid
|
|
ForeColor
|
|
BackColor
|
|
UnderlineColor
|
|
UseUnderlineWordsOnly
|
0x00000800 |
Script
|
CharacterPropertiesBase.Subscript and CharacterPropertiesBase.Subscript |
Hidden
|
|
Language
|
|
NoProof
|
|
HighlightColor
|
|
All
|
Specifies all character properties. |
Remarks
A CharacterPropertiesMask enumeration value is used as the CharacterPropertiesBase.Reset method parameter.
See Also