PowerTools ActiveReports for .NET 11.0J
Margin コンストラクタ

左部余白の値。
右部余白の値。
上部余白の値。
下部余白の値。
Marginクラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal left As Single, _
   ByVal right As Single, _
   ByVal top As Single, _
   ByVal bottom As Single _
)
public Margin( 
   float left,
   float right,
   float top,
   float bottom
)

パラメータ

left
左部余白の値。
right
右部余白の値。
top
上部余白の値。
bottom
下部余白の値。
参照

関連項目

Margin クラス
Margin メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.