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