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


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

パラメータ

index
マーカーのインデックス。

プロパティ値

マーカー。
参照

MarkerCollection クラス
MarkerCollection メンバ

 

 


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