General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
.NET Framework 4.5.2+
.NET Framework 4.5.2+
.NET Standard 2.0+
.NET Core 3.0+
CharacterPropertiesMask Enum
Lists the value masks available for character properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v19.2.Core.dll
Declaration
Members
Name | Description |
---|---|
All | Specifies all character properties. |
AllCaps | |
BackColor | |
Bold | |
FontName | |
FontNameAscii | |
FontNameComplexScript | |
FontNameEastAsia | |
FontNameHighAnsi | |
FontSize | |
ForeColor | |
Hidden | |
HighlightColor | |
Italic | |
Language | |
NoProof | |
None | No character properties are specified. |
Script | 0x00002000 |
SmallCaps | |
StrikeoutType | |
ThemeFontAscii | |
ThemeFontComplexScript | |
ThemeFontEastAsia | |
ThemeFontHighAnsi | |
UnderlineColor | |
UnderlineType | |
UseUnderlineWordsOnly | 0x00000800 |
Remarks
A CharacterPropertiesMask enumeration value is used as the CharacterPropertiesBase.Reset method parameter.
See Also
Feedback