Search
Theme.GaugePointerBackground Property
See Also
 






Gets or sets a Brush used to draw gauge pointer backgrounds.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush GaugePointerBackground { get; set; }

Visual Basic  Copy Code

Public Property GaugePointerBackground As Brush

 Property Value

An instance of the Brush class.

 See Also