FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > LineBorder クラス > LineBorder コンストラクタ : LineBorder コンストラクタ(Color) |
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())