シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String _
)
public Offsets(
System.string ,
System.string ,
System.string ,
System.string
)
パラメータ
- left
- Offsets.Left プロパティに割り当てられた Unit 値を表す文字列。
- top
- Offsets.Top プロパティに割り当てられた Unit 値を表す文字列。
- right
- Offsets.Right プロパティに割り当てられた Unit 値を表す文字列。
- bottom
- Offsets.Bottom プロパティに割り当てられた Unit 値を表す文字列。
参照