PowerTools ActiveReports for .NET 9.0J
Direction プロパティ (Barcode)
使用例 

バーコードの向き(縦または横)を取得または設定します。
構文
'宣言
 
Public Property Direction As BarCodeDirection
public BarCodeDirection Direction {get; set;}

プロパティ値

バーコードの向き。デフォルトはBarCodeDirection.LeftToRightです。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.barcode1.Direction = BarCodeDirection.RightToLeft;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.Barcode1.Direction = BarCodeDirection.RightToLeft
End Sub
参照

関連項目

Barcode クラス
Barcode メンバ
BarCodeDirection 列挙体

 

 


©2003-2015 GrapeCity inc. All rights reserved.