PowerTools PlusPak 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
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

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

Send Feedback