GrapeCity PlusPak for Windows Forms 10.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 GrapeCity inc. All rights reserved.