Gets or sets the font style of the label.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public Nullable<FontStyle> FontStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontStyle As Nullable(Of FontStyle) |
A member of the FontStyle enumeration or null (Nothing in Visual Basic) to use the report font style.
See Also