Ribbon for WinForms
Thickness コンストラクタ(Double,Double,Double,Double)

C1.Win.4.8 アセンブリ > C1.Win.Interop 名前空間 > Thickness 構造体 > Thickness コンストラクタ : Thickness コンストラクタ(Double,Double,Double,Double)
The thickness for the left side of the rectangle.
The thickness for the upper side of the rectangle.
The thickness for the right side of the rectangle.
The thickness for the lower side of the rectangle.
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 left As Double, _
   ByVal top As Double, _
   ByVal right As Double, _
   ByVal bottom As Double _
)
public Thickness( 
   double left,
   double top,
   double right,
   double bottom
)

パラメータ

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.
参照

Thickness 構造体
Thickness メンバ
オーバーロード一覧