'Declaration Public Property LineSpacing As Single
public 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
Label Class Label Members