PowerTools SPREAD for Windows Forms 8.0J
Item プロパティ (BevelCollection)


ベベルのインデックス。
指定したインデックスにあるベベルを取得または設定します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Bevel
'使用法
 
Dim instance As BevelCollection
Dim index As Integer
Dim value As Bevel
 
instance.Item(index) = value
 
value = instance.Item(index)
public Bevel this[ 
   int index
]; {get; set;}

パラメータ

index
ベベルのインデックス。

プロパティ値

ベベル。
参照

BevelCollection クラス
BevelCollection メンバ

 

 


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