GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Label Class : LineSpacing Property |
'Declaration Public Property LineSpacing As System.Single
public System.float LineSpacing {get; set;}
private void detail_Format(object sender, EventArgs e) { this.lblInfo.MultiLine = true; this.lblInfo.LineSpacing = 2; }
Private Sub detail_Format(sender As Object, e As EventArgs) Me.lblInfo.MultiLine = True Me.lblInfo.LineSpacing = 2 End Sub