Gets or sets the font for the title.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public Font TitleFont { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleFont As Font |
A value of type .NET Font class.
See Also