Initializes a Windows.UI.Xaml.Thickness structure that has specific lengths (supplied as a System.Double) applied to each side of the rectangle.
シンタックス
'宣言
Public Function New( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
'使用法
Dim left As System.Double
Dim top As System.Double
Dim right As System.Double
Dim bottom As System.Double
Dim instance As New Thickness(left, top, right, bottom)
public Thickness(
System.double ,
System.double ,
System.double ,
System.double
)
パラメータ
- left
- The thickness for the left side of the rectangle.
- top
- The thickness for the upper side of the rectangle.
- right
- The thickness for the right side of the rectangle.
- bottom
- The thickness for the lower side of the rectangle.
参照