MESCIUS SPREAD for Windows Forms 15.0J
Thickness プロパティ (DoubleLineBorder)
使用例 

二重境界線の幅を取得します(常に3に設定されます)。
構文
'宣言
 
Public Shadows ReadOnly Property Thickness As Integer
public new int Thickness {get;}

プロパティ値

境界線の太さ(ピクセル単位)を表すInteger
解説

このプロパティが使用できるのは実行時のみです。

使用例
次のサンプルコードは、二重境界線の太さを返します。
FarPoint.Win.DoubleLineBorder dbl = new FarPoint.Win.DoubleLineBorder(Color.Yellow, true, false, true, false);
int i = dbl.Thickness;
MessageBox.Show("The thickness of the border is " + i.ToString())
Dim dbl As New FarPoint.Win.DoubleLineBorder(Color.Yellow, True, False, True, False)
Dim i As Integer = dbl.Thickness
MessageBox.Show("The thickness of the border is " + i.ToString())
参照

DoubleLineBorder クラス
DoubleLineBorder メンバ

 

 


© MESCIUS inc. All rights reserved.