MESCIUS SPREAD for Windows Forms 15.0J
RoundedLineBorder コンストラクタ(Color,Int32)
使用例 

境界線の色
境界線の太さ(ピクセル単位)
色と太さを指定して角丸一重境界線を作成します。
構文
'宣言
 
Public Function New( _
   ByVal color As Color, _
   ByVal thickness As Integer _
)
public RoundedLineBorder( 
   Color color,
   int thickness
)

パラメータ

color
境界線の色
thickness
境界線の太さ(ピクセル単位)
使用例
次のサンプルコードは、角丸境界線を作成します。
FarPoint.Win.RoundedLineBorder rlb = new FarPoint.Win.RoundedLineBorder(Color.Red, 3);
Dim rlb As New FarPoint.Win.RoundedLineBorder(Color.Red, 3)
参照

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

 

 


© MESCIUS inc. All rights reserved.