ContextColorPoint - ahatornn/clforms GitHub Wiki
ContextColorPoint
ClForms.Common.ContextColorPoint
Describes the color of the background and text
public struct ContextColorPoint
Constructors
| Syntax | Description |
|---|---|
| ContextColorPoint(Color background, Color foreground) | Initialize a new instance ContextColorPoint |
Properties
| Name | Type | Description |
|---|---|---|
| Background | Color | Gets a Color structure that is the color of the background |
| Foreground | Color | Gets a Color structure that is the color of the text |