PrintDocument for WinForms
Item プロパティ (IndexEntryStyles)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > IndexEntryStyles クラス : Item プロパティ
The index in the current collection.
Gets the Style at the specified index. Creates missing styles as needed (i.e. if Style[2] is accessed, elements at indices 0, 1 and 2 are created if they had not been created before).
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As Style
'使用法
 
Dim instance As IndexEntryStyles
Dim index As System.Integer
Dim value As Style
 
value = instance.Item(index)
public Style this[ 
   System.int index
]; {get;}

パラメータ

index
The index in the current collection.

プロパティ値

The element at the specified index.
参照

IndexEntryStyles クラス
IndexEntryStyles メンバ