PowerTools SPREAD for Windows Forms 10.0J
Width プロパティ (Bevel)


ベベルの幅を取得または設定します。
構文
'Declaration
 
Public Property Width As Integer
'使用法
 
Dim instance As Bevel
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
public int Width {get; set;}

プロパティ値

ベベルの幅を示す整数値。
デフォルト値は0です。
解説
Width プロパティに負の値を設定するとベベル効果が Inset になり、正の値を設定すると Raised になります。Width プロパティを0に設定すると、2D 効果が得られます。
参照

Bevel 構造体
Bevel メンバ

 

 


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