Search
TextComponent.FontStyle Property
See Also
 






Gets or sets the style of the font that should be used to draw the component's text.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Nullable<FontAttributes> FontStyle { get; set; }

Visual Basic  Copy Code

Public Property FontStyle As Nullable(Of FontAttributes)

 Property Value

A member of the FontAttributes enumeration, or null.

 See Also