e3c7084d e591 5f10 6fc9 46c204bf84d1 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Specifies known primary system colors.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
public enum KnownBasicColorVB
<SerializableAttribute>
Public Enumeration KnownBasicColor
| Member name | Value | Description | |
|---|---|---|---|
| Black | 0 | Gets a system-defined color that has an RGB value of #000000. | |
| Blue | 1 | Gets a system-defined color that has an RGB value of #0000FF. | |
| Green | 2 | Gets a system-defined color that has an RGB value of #00FF00. | |
| Cyan | 3 | Gets a system-defined color that has an RGB value of #00FFFF. | |
| Red | 4 | Gets a system-defined color that has an RGB value of #FF0000. | |
| Magenta | 5 | Gets a system-defined color that has an RGB value of #FF00FF. | |
| Yellow | 6 | Gets a system-defined color that has an RGB value of #FFFF00. | |
| White | 7 | Gets a system-defined color that has an RGB value of #FFFFFF. |
[Missing documentation for "T:iTin.Export.Model.KnownBasicColor"]