
The WPF.TextControlColors class gets, sets or resets the display colors of a WPF.TextControl control. By default the display colors depend on sytem colors. With this class all colors can be individually designed.
Introduced: 16.0.
[C#]
public class TextControlColors
[Visual Basic]
Public Class TextControlColors
| Constructor | Description | |
| WPF.TextControlColors | Initializes a new instance of the WPF.TextControlColors class. |
| Property | Description | |
| DarkShadowColor | Gets or sets the display color for the shadow at the right and the bottom edge of the pages. | |
| DesktopColor | Gets or sets the display color for the area around the pages. | |
| LightShadowColor | Gets or sets the display color for the shadow at the left and the top edge of the pages. | |
| PageBackColor | Gets or sets the display color for the page background. | |
| TextBackColor | Gets or sets the background color for the text. | |
| TextColor | Gets or sets the color for the text. |