Gets or sets the size of the font used to render the control.
| Visual Basic (Declaration) | |
|---|---|
Public Property FontSize As Object | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public object FontSize {get; set;} | |
Return Value
Float font size in points or null if the property is inherited from the Style parent or not to be set on the control.
| C# | Copy Code |
|---|---|
private void rptDataDynamics_ReportStart(object sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptDD_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart | |