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

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Label クラス : VerticalAlignment プロパティ
コントロールの境界内におけるラベルテキストの垂直方向の配置を取得または設定します。
シンタックス
'宣言
 
Public Property VerticalAlignment As GrapeCity.ActiveReports.Drawing.VerticalTextAlignment
public GrapeCity.ActiveReports.Drawing.VerticalTextAlignment VerticalAlignment {get; set;}

プロパティ値

ラベルテキストの現在の垂直配置。デフォルトはVerticalTextAlignment.Topです。

設定可能な値一覧:

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.label1.VerticalAlignment = VerticalTextAlignment.Top;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
   Me.Label1.VerticalAlignment = VerticalTextAlignment.Top
End Sub
参照

Label クラス
Label メンバ
Alignment プロパティ