PowerTools CalendarGrid for Windows Forms 1.0J
Bevel コンストラクタ

ベベルの背景色を表す Color
ベベルの幅を示す System.Int32 値。
明るい部分のパーセントを示す System.Int32 値(-100 ~ 100)。
影の部分のパーセントを示す System.Int32 値(-100 ~ 100)。
指定した属性を使用して、新しい Bevel インスタンスを初期化します。
構文
Public Function New( _
   ByVal color As Color, _
   ByVal width As Integer, _
   ByVal lightness As Integer, _
   ByVal darkness As Integer _
)
public Bevel( 
   Color color,
   int width,
   int lightness,
   int darkness
)

パラメータ

color
ベベルの背景色を表す Color
width
ベベルの幅を示す System.Int32 値。
lightness
明るい部分のパーセントを示す System.Int32 値(-100 ~ 100)。
darkness
影の部分のパーセントを示す System.Int32 値(-100 ~ 100)。
参照

Bevel 構造体
Bevel メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.