すべての Margin プロパティを一度に設定します。
シンタックス
'宣言
Public Sub SetMargins( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void SetMargins(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- left
- 左マージン。
- top
- 上マージン。
- right
- 右マージン。
- bottom
- 下マージン。
参照