Search
Theme.WidgetBrush Property
See Also
 






Gets or sets the Brush used to draw text in UI widgets.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush WidgetBrush { get; set; }

Visual Basic  Copy Code

Public Property WidgetBrush As Brush

 Property Value

An instance of the Brush class.

 See Also