GrapeCity SPREAD for Windows Forms 11.0J
RoundedLineBorder コンストラクタ(Color,Int32)


境界線の色
境界線の太さ(ピクセル単位)
色と太さを指定して角丸一重境界線を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal color As Color, _
   ByVal thickness As Integer _
)
'使用法
 
Dim color As Color
Dim thickness As Integer
 
Dim instance As New RoundedLineBorder(color, thickness)
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 メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.