Colors Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Colors type exposes the following members.

Properties

  Name Description
Public propertyStatic memberSupported by Silverlight for Windows Phone Black Gets the system-defined color that has the ARGB value of #FF000000.
Public propertyStatic memberSupported by Silverlight for Windows Phone Blue Gets the system-defined color that has the ARGB value of #FF0000FF.
Public propertyStatic memberSupported by Silverlight for Windows Phone Brown Gets the system-defined color that has the ARGB value of #FFA52A2A.
Public propertyStatic memberSupported by Silverlight for Windows Phone Cyan Gets the system-defined color that has the ARGB value of #FF00FFFF.
Public propertyStatic memberSupported by Silverlight for Windows Phone DarkGray Gets the system-defined color that has the ARGB value of #FFA9A9A9.
Public propertyStatic memberSupported by Silverlight for Windows Phone Gray Gets the system-defined color that has the ARGB value of #FF808080.
Public propertyStatic memberSupported by Silverlight for Windows Phone Green Gets the system-defined color that has the ARGB value of #FF008000.
Public propertyStatic memberSupported by Silverlight for Windows Phone LightGray Gets the system-defined color that has the ARGB value of #FFD3D3D3.
Public propertyStatic memberSupported by Silverlight for Windows Phone Magenta Gets the system-defined color that has the ARGB value of #FFFF00FF.
Public propertyStatic memberSupported by Silverlight for Windows Phone Orange Gets the system-defined color that has the ARGB value of #FFFFA500.
Public propertyStatic memberSupported by Silverlight for Windows Phone Purple Gets the system-defined color that has the ARGB value of #FF800080.
Public propertyStatic memberSupported by Silverlight for Windows Phone Red Gets the system-defined color that has the ARGB value of #FFFF0000.
Public propertyStatic memberSupported by Silverlight for Windows Phone Transparent Gets the system-defined color that has the ARGB value of #00FFFFFF.
Public propertyStatic memberSupported by Silverlight for Windows Phone White Gets the system-defined color that has the ARGB value of #FFFFFFFF.
Public propertyStatic memberSupported by Silverlight for Windows Phone Yellow Gets the system-defined color that has the ARGB value of #FFFFFF00.

Top