Class SystemColors
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public static class SystemColors
Properties
ActiveBorderColor
Gets a System.Windows.Media.Color structure that is the color of the active window's border.
Declaration
public static Color ActiveBorderColor { get; }
Property Value
Color
The color of the active window's border. |
ActiveCaptionColor
Gets a System.Windows.Media.Color structure that is the background color of the active window's title bar.
Declaration
public static Color ActiveCaptionColor { get; }
Property Value
Color
The background color of the active window's title bar. |
ActiveCaptionTextColor
Gets a System.Windows.Media.Color structure that is the color of the text in the active window's title bar.
Declaration
public static Color ActiveCaptionTextColor { get; }
Property Value
Color
The color of the active window's title bar. |
AppWorkspaceColor
Gets a System.Windows.Media.Color structure that is the color of the application workspace.
Declaration
public static Color AppWorkspaceColor { get; }
Property Value
Color
The color of the application workspace. |
ControlColor
Gets a System.Windows.Media.Color structure that is the face color of a three-dimensional display element.
Declaration
public static Color ControlColor { get; }
Property Value
Color
The face color of a three-dimensional display element. |
ControlDarkColor
Gets a System.Windows.Media.Color structure that is the shadow color of a three-dimensional display element.
Declaration
public static Color ControlDarkColor { get; }
Property Value
Color
The shadow color of a three-dimensional display element. |
ControlDarkDarkColor
Gets a System.Windows.Media.Color structure that is the dark shadow color of a three-dimensional display element.
Declaration
public static Color ControlDarkDarkColor { get; }
Property Value
Color
The dark shadow color of a three-dimensional display element. |
ControlLightColor
Gets a System.Windows.Media.Color structure that is the light color of a three-dimensional display element.
Declaration
public static Color ControlLightColor { get; }
Property Value
Color
The light color of a three-dimensional display element. |
ControlLightLightColor
Gets a System.Windows.Media.Color structure that is the highlight color of a three-dimensional display element.
Declaration
public static Color ControlLightLightColor { get; }
Property Value
Color
The highlight color of a three-dimensional display element. |
ControlTextColor
Gets a System.Windows.Media.Color structure that is the color of text in a three-dimensional display element.
Declaration
public static Color ControlTextColor { get; }
Property Value
Color
The color of text in a three-dimensional display element. |
DesktopColor
Gets a System.Windows.Media.Color structure that is the color of the desktop.
Declaration
public static Color DesktopColor { get; }
Property Value
Color
The color of the desktop. |
GradientActiveCaptionColor
Gets a System.Windows.Media.Color structure that is the right side color in the gradient of an active window's title bar.
Declaration
public static Color GradientActiveCaptionColor { get; }
Property Value
Color
The right side color in the gradient. |
GradientInactiveCaptionColor
Gets a System.Windows.Media.Color structure that is the right side color in the gradient of an inactive window's title bar.
Declaration
public static Color GradientInactiveCaptionColor { get; }
Property Value
Color
The right side color in the gradient. |
GrayTextColor
Gets a System.Windows.Media.Color structure that is the color of disabled text.
Declaration
public static Color GrayTextColor { get; }
Property Value
Color
The color of disabled text. |
HighlightColor
Gets a System.Windows.Media.Color structure that is the background color of selected items.
Declaration
public static Color HighlightColor { get; }
Property Value
Color
The background color of selected items. |
HighlightTextColor
Gets a System.Windows.Media.Color structure that is the color of the text of selected items.
Declaration
public static Color HighlightTextColor { get; }
Property Value
Color
The color of the text of selected items. |
HotTrackColor
Gets a System.Windows.Media.Color structure that is the color used to designate a hot-tracked item.
Declaration
public static Color HotTrackColor { get; }
Property Value
Color
The color used to designate a hot-tracked item. |
InactiveBorderColor
Gets a System.Windows.Media.Color structure that is the color of an inactive window's border.
Declaration
public static Color InactiveBorderColor { get; }
Property Value
Color
The color of an inactive window's border. |
InactiveCaptionColor
Gets a System.Windows.Media.Color structure that is the background color of an inactive window's title bar.
Declaration
public static Color InactiveCaptionColor { get; }
Property Value
Color
The background color of an inactive window's title bar. |
InactiveCaptionTextColor
Gets a System.Windows.Media.Color structure that is the color of the text of an inactive window's title bar.
Declaration
public static Color InactiveCaptionTextColor { get; }
Property Value
Color
The color of the text of an inactive window's title bar. |
InfoColor
Gets a System.Windows.Media.Color structure that is the background color for the System.Windows.Controls.ToolTip control.
Declaration
public static Color InfoColor { get; }
Property Value
Color
The background color for the System.Windows.Controls.ToolTip control. |
InfoTextColor
Gets a System.Windows.Media.Color structure that is the text color for the System.Windows.Controls.ToolTip control.
Declaration
public static Color InfoTextColor { get; }
Property Value
Color
The text color for the System.Windows.Controls.ToolTip control. |
MenuBarColor
Gets a System.Windows.Media.Color structure that is the background color for a menu bar.
Declaration
public static Color MenuBarColor { get; }
Property Value
Color
The background color for a menu bar. |
MenuColor
Gets a System.Windows.Media.Color structure that is the color of a menu's background.
Declaration
public static Color MenuColor { get; }
Property Value
Color
The color of a menu's background. |
MenuHighlightColor
Gets a System.Windows.Media.Color structure that is the color used to highlight a menu item.
Declaration
public static Color MenuHighlightColor { get; }
Property Value
Color
The color used to highlight a menu item. |
MenuTextColor
Gets a System.Windows.Media.Color structure that is the color of a menu's text.
Declaration
public static Color MenuTextColor { get; }
Property Value
Color
The color of a menu's text. |
ScrollBarColor
Gets a System.Windows.Media.Color structure that is the background color of a scroll bar.
Declaration
public static Color ScrollBarColor { get; }
Property Value
Color
The background color of a scroll bar. |
WindowColor
Gets a System.Windows.Media.Color structure that is the background color in the client area of a window.
Declaration
public static Color WindowColor { get; }
Property Value
Color
The background color in the client area of a window. |
WindowFrameColor
Gets a System.Windows.Media.Color structure that is the color of a window frame.
Declaration
public static Color WindowFrameColor { get; }
Property Value
Color
The color of a window frame. |
WindowTextColor
Gets a System.Windows.Media.Color structure that is the color of the text in the client area of a window.
Declaration
public static Color WindowTextColor { get; }
Property Value
Color
The color of the text in the client area of a window. |