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

境界線の色
色を指定して角丸一重境界線を作成します。
構文
'宣言
 
Public Function New( _
   ByVal color As 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 メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.