GrapeCity ActiveReports for .NET 14.0J
LineSpacing プロパティ (Label)
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Label クラス : LineSpacing プロパティ
行間を取得または設定します。単位はポイントです。
シンタックス
'宣言
 
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; 
}
参照

Label クラス
Label メンバ