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