Search
Theme.WidgetFontStyle Property
See Also
 






Gets or sets the style of font used to draw text in UI widgets.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public FontAttributes WidgetFontStyle { get; set; }

Visual Basic  Copy Code

Public Property WidgetFontStyle As FontAttributes

 Property Value

A member of the FontAttributes enumeration.

 See Also