GrapeCity ActiveReports for .NET 12.0J
Padding コンストラクタ(Int32,Int32,Int32,Int32)

コントロールの左辺から文字までの余白幅。
コントロールの上辺から文字までの余白幅。
コントロールの右辺から文字までの余白幅。
コントロールの下辺から文字までの余白幅。

各辺に対して指定された値を使用して、Padding構造体の新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
)
public Padding( 
   int left,
   int top,
   int right,
   int bottom
)

パラメータ

left
コントロールの左辺から文字までの余白幅。
top
コントロールの上辺から文字までの余白幅。
right
コントロールの右辺から文字までの余白幅。
bottom
コントロールの下辺から文字までの余白幅。

参照

関連項目

Padding 構造体
Padding メンバ
オーバーロード一覧

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.