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

境界線の色
指定した色を持つ一重境界線を作成します。
構文
'宣言
 
Public Function New( _
   ByVal color As Color _
)
public LineBorder( 
   Color color
)

パラメータ

color
境界線の色
解説
作成した境界線は1ピクセルの幅を持ちます。
使用例
次のサンプルコードは、境界線の色を返します。
FarPoint.Win.LineBorder lb = new FarPoint.Win.LineBorder(Color.Red);
Color c = lb.Color
MessageBox.Show("The color of the border is " + c.ToString());
Dim lb As New FarPoint.Win.LineBorder(Color.Red)
Dim c As Color = lb.Color
MessageBox.Show("The color of the border is " + c.ToString())
参照

LineBorder クラス
LineBorder メンバ
オーバーロード一覧
Color プロパティ

 

 


© MESCIUS inc. All rights reserved.