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


境界線の色
色を指定して角丸一重境界線を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal color As Color _
)
'使用法
 
Dim color As Color
 
Dim instance As New RoundedLineBorder(color)
public RoundedLineBorder( 
   Color color
)

パラメータ

color
境界線の色
次のサンプルコードは、角丸境界線を作成します。
FarPoint.Win.RoundedLineBorder rlb = new FarPoint.Win.RoundedLineBorder(Color.Red);
Dim rlb As New FarPoint.Win.RoundedLineBorder(Color.Red)
参照

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

 

 


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