Colors Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Colors type exposes the following members.
| Name | Description | |
|---|---|---|
|
Black | Gets the system-defined color that has the ARGB value of #FF000000. |
|
Blue | Gets the system-defined color that has the ARGB value of #FF0000FF. |
|
Brown | Gets the system-defined color that has the ARGB value of #FFA52A2A. |
|
Cyan | Gets the system-defined color that has the ARGB value of #FF00FFFF. |
|
DarkGray | Gets the system-defined color that has the ARGB value of #FFA9A9A9. |
|
Gray | Gets the system-defined color that has the ARGB value of #FF808080. |
|
Green | Gets the system-defined color that has the ARGB value of #FF008000. |
|
LightGray | Gets the system-defined color that has the ARGB value of #FFD3D3D3. |
|
Magenta | Gets the system-defined color that has the ARGB value of #FFFF00FF. |
|
Orange | Gets the system-defined color that has the ARGB value of #FFFFA500. |
|
Purple | Gets the system-defined color that has the ARGB value of #FF800080. |
|
Red | Gets the system-defined color that has the ARGB value of #FFFF0000. |
|
Transparent | Gets the system-defined color that has the ARGB value of #00FFFFFF. |
|
White | Gets the system-defined color that has the ARGB value of #FFFFFFFF. |
|
Yellow | Gets the system-defined color that has the ARGB value of #FFFFFF00. |
Show: