| GrapeCity.ActiveReports.v9 アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Barcode クラス : Direction プロパティ |
'宣言 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