PowerTools SPREAD for Windows Forms 8.0J
BevelBorder コンストラクタ(BevelBorderType,Color,Color,Int32)


ベベル境界線の種類を含むBevelBorderType設定
ベベル境界線のハイライト色
ベベル境界線の影の色
ベベル境界線の幅(ピクセル単位)
種類、ハイライト色、影の色、幅を指定して ベベル境界線を作成します。
構文
'Declaration
 
Public Function New( _
   ByVal type As BevelBorderType, _
   ByVal highlight As Color, _
   ByVal shadow As Color, _
   ByVal thickness As Integer _
)
'使用法
 
Dim type As BevelBorderType
Dim highlight As Color
Dim shadow As Color
Dim thickness As Integer
 
Dim instance As New BevelBorder(type, highlight, shadow, thickness)
public BevelBorder( 
   BevelBorderType type,
   Color highlight,
   Color shadow,
   int thickness
)

パラメータ

type
ベベル境界線の種類を含むBevelBorderType設定
highlight
ベベル境界線のハイライト色
shadow
ベベル境界線の影の色
thickness
ベベル境界線の幅(ピクセル単位)
次のサンプルコードは、ベベル境界線を作成します。
Dim bevel as New FarPoint.Win.BevelBorder(BevelBorderType.Lowered, Color.Blue, Color.LightBlue, 1.5)
Dim bevel as New FarPoint.Win.BevelBorder(BevelBorderType.Lowered, Color.Blue, Color.LightBlue, 1.5)
参照

BevelBorder クラス
BevelBorder メンバ
オーバーロード一覧
BevelBorderType 列挙体
Type プロパティ
Highlight プロパティ
Shadow プロパティ
Thickness プロパティ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.