Gets or sets a Brush used to draw the background of this gauge.
Namespace: MindFusion.Charting.Gauges
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Brush Background { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Background As Brush |
See Also