PowerTools MultiRow for Windows Forms 8.0J
Border コンストラクタ(Line,Line,Line,Line)

左辺のBorderLine
上辺のBorderLine
右辺のBorderLine
下辺のBorderLine
辺ごとに異なる線を使用して、Borderクラスのインスタンスを初期化します。
構文
Public Function New( _
   ByVal left As Line, _
   ByVal top As Line, _
   ByVal right As Line, _
   ByVal bottom As Line _
)
public Border( 
   Line left,
   Line top,
   Line right,
   Line bottom
)

パラメータ

left
左辺のBorderLine
top
上辺のBorderLine
right
右辺のBorderLine
bottom
下辺のBorderLine
参照

Border クラス
Border メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.