PowerTools PlusPak for Windows Forms 8.0J
RoundedBorder コンストラクタ(Line,Line,Line,Line,Line,Line,Single)

左辺で使用する線。
上辺で使用する線。
右辺で使用する線。
下辺で使用する線。
右上がり対角線で使用する線。
右下がり対角線で使用する線。
すべての角で使用する半径(短辺に対する割合)。
指定した線と allCornerRadius を使用して、RoundedBorder クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal left As Line, _
   ByVal top As Line, _
   ByVal right As Line, _
   ByVal bottom As Line, _
   ByVal diagonalUp As Line, _
   ByVal diagonalDown As Line, _
   ByVal allCornerRadius As Single _
)

パラメータ

left
左辺で使用する線。
top
上辺で使用する線。
right
右辺で使用する線。
bottom
下辺で使用する線。
diagonalUp
右上がり対角線で使用する線。
diagonalDown
右下がり対角線で使用する線。
allCornerRadius
すべての角で使用する半径(短辺に対する割合)。
プラットフォーム

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

参照

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

Send Feedback