Gets or sets the brush used to paint label texts. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush LabelForeground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelForeground As Brush |
A .NET Brush object.
See Also