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

すべての輪郭線と角で使用する線スタイル。
すべての輪郭線と角で使用する色。
すべての角で使用する半径(短辺に対する割合)。
指定されたスタイルと色をすべての輪郭線と角で使用して、RoundedBorder クラスのインスタンスを初期化します。
構文
Public Function New( _
   ByVal style As LineStyle, _
   ByVal color As Color, _
   ByVal allCornerRadius As Single _
)
public RoundedBorder( 
   LineStyle style,
   Color color,
   float allCornerRadius
)

パラメータ

style
すべての輪郭線と角で使用する線スタイル。
color
すべての輪郭線と角で使用する色。
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