FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > DoubleLineBorder クラス : Thickness プロパティ |
'Declaration Public Shadows ReadOnly Property Thickness As Integer
'使用法 Dim instance As DoubleLineBorder Dim value As Integer value = instance.Thickness
public new int Thickness {get;}
このプロパティが使用できるのは実行時のみです。
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())