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

行間を取得または設定します。単位はポイントです。
構文
'宣言
 
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 メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.