バージョン

Padding コンストラクタ

新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal left As System.Single, _
   ByVal top As System.Single, _
   ByVal right As System.Single, _
   ByVal bottom As System.Single _
)
public Padding( 
   System.float left,
   System.float top,
   System.float right,
   System.float bottom
)

パラメータ

left
top
right
bottom
参照

オンラインで表示: GitHub