PowerTools PlusPak for Windows Forms 8.0J
Bevel コンストラクタ

ベベルの背景色
ベベルの幅
ベベルの明るい部分に使用される色
ベベルの影の部分に使用される色
指定した属性で 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
ベベルの背景色
width
ベベルの幅
lightness
ベベルの明るい部分に使用される色
darkness
ベベルの影の部分に使用される色
例外
例外解説
System.ArgumentOutOfRangeExceptiondarkness は -100 〜 100 の範囲にある必要があります。
System.ArgumentOutOfRangeExceptionThe darkness must be between -100 and 100.
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

Bevel 構造体
Bevel メンバ

Send Feedback