MESCIUS SPREAD for Windows Forms 15.0J
CompoundBorder コンストラクタ(IBorder,IBorder)
使用例 

外側境界線
内側境界線
指定した内側境界線と外側境界線を使用し、複合境界線を作成します。
構文
'宣言
 
Public Function New( _
   ByVal outside As IBorder, _
   ByVal inside As IBorder _
)
public CompoundBorder( 
   IBorder outside,
   IBorder inside
)

パラメータ

outside
外側境界線
inside
内側境界線
使用例
次のサンプルコードは、複合境界線を作成します。
FarPoint.Win.LineBorder lb = new FarPoint.Win.LineBorder(Color.DarkBlue, 2, true, false, true, false); 
FarPoint.Win.LineBorder tb = new FarPoint.Win.LineBorder(Color.LightBlue, 1, false, true, false, true); 
FarPoint.Win.CompoundBorder cb = new FarPoint.Win.CompoundBorder(lb, tb);
Dim lb As New FarPoint.Win.LineBorder(Color.DarkBlue, 2, True, False, True, False)
Dim tb As New FarPoint.Win.LineBorder(Color.LightBlue, 1, False, True, False, True)
Dim cb As New FarPoint.Win.CompoundBorder(lb, tb)
参照

CompoundBorder クラス
CompoundBorder メンバ
オーバーロード一覧
Outside プロパティ
Inside プロパティ

 

 


© MESCIUS inc. All rights reserved.