The WPF.
public class TextControlColorsPublic Class TextControlColors Introduced: 16.0.
The following example shows the WPF.
TXTextControl.WPF.TextControlColors colors = new TXTextControl.WPF.TextControlColors();
colors.DesktopColor = System.Windows.Media.Colors.White;
colors.TextColor = System.Windows.Media.Colors.Black;
// other 6 properties
// colors.DarkShadowColor = System.Windows.Media.Colors.(Value)
// colors.LightShadowColor = System.Windows.Media.Colors.(Value)
// colors.PageBackColor = System.Windows.Media.Colors.(Value)
// colors.TextBackColor = System.Windows.Media.Colors.(Value)
// colors.HeaderFooterLabelColor = System.Windows.Media.Colors.(Value)
// colors.HeaderFooterLineColor = System.Windows.Media.Colors.(Value)Dim colors As TXTextControl.WPF.TextControlColors = New TXTextControl.WPF.TextControlColors()
colors.DesktopColor = System.Windows.Media.Colors.White
colors.TextColor = System.Windows.Media.Colors.Black
' other 6 properties
' colors.DarkShadowColor = System.Windows.Media.Colors.(Value)
' colors.LightShadowColor = System.Windows.Media.Colors.(Value)
' colors.PageBackColor = System.Windows.Media.Colors.(Value)
' colors.TextBackColor = System.Windows.Media.Colors.(Value)
' colors.HeaderFooterLabelColor = System.Windows.Media.Colors.(Value)
' colors.HeaderFooterLineColor = System.Windows.Media.Colors.(Value)| Constructor | Description |
|---|---|
| Text |
Initializes a new instance of the WPF. |
| Property | Description |
|---|---|
| Active |
Gets or sets the highlight color of a form field containing the current text input position. |
| Dark |
Gets or sets the display color for the shadow at the right and the bottom edge of the pages. |
| Desktop |
Gets or sets the display color for the area around the pages. |
| Form |
Gets or sets the highlight color of a form field. |
| Header |
Gets or sets the display color for the label showing which header or footer is activated. |
| Header |
Gets or sets the display color for the dividing line between headers and footers and the main text. |
| Light |
Gets or sets the display color for the shadow at the left and the top edge of the pages. |
| Page |
Gets or sets the display color for the page background. |
| Text |
Gets or sets the background color for the text. |
| Text |
Gets or sets the color for the text. |