MindFusion WinForms Programmer's Guide
Label.FontStyle Property
See Also
 





Gets or sets the font style of the label.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property FontStyle As Nullable(Of FontStyle)

 Property Value

A member of the FontStyle enumeration or null (Nothing in Visual Basic) to use the report font style.

 See Also

Label Members
Label Class
MindFusion.Reporting Namespace