Gets or sets the color of the text.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public Color Foreground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Foreground As Color |
A Color object.
See Also