The WPF.
public class StatusBarColorsPublic Class StatusBarColors Introduced: 16.0.
The following example shows WPF.
TXTextControl.WPF.StatusBarColors colors = new TXTextControl.WPF.StatusBarColors();
colors.BorderStyle = TXTextControl.StatusBarBorderStyle.ColorScheme;
colors.ForeColor = System.Windows.Media.Color.White;
colors.FrameColor = System.Windows.Media.Color.Black;Dim colors As TXTextControl.WPF.StatusBarColors = New TXTextControl.WPF.StatusBarColors()
colors.BorderStyle = TXTextControl.StatusBarBorderStyle.ColorScheme
colors.ForeColor = System.Windows.Media.Color.White
colors.FrameColor = System.Windows.Media.Color.Black| Constructor | Description |
|---|---|
| Status |
Initializes a new instance of the WPF. |
| Property | Description |
|---|---|
| Back |
Gets or sets the background color at the left edge of the status bar. |
| Back |
Gets or sets the background color at the bottom of the status bar. |
| Back |
Gets or sets the background color in the middle of the status bar. |
| Back |
Gets or sets the background color at the top of the status bar. |
| Fore |
Gets or sets the color used for text and numbers. |
| Frame |
Gets or sets the color of the status bar's frames. |
| Gradient |
Gets or sets the background color at the right edge of the status bar. |
| Separator |
Gets or sets the color of the dark part of a separator. |
| Separator |
Gets or sets the color of the light part of a separator. |