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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > StyleCollection クラス : Item プロパティ
The index of the element.
Gets the Style object at the specified index in the current collection.
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As Style
'使用法
 
Dim instance As StyleCollection
Dim index As System.Integer
Dim value As Style
 
value = instance.Item(index)
public Style this[ 
   System.int index
]; {get;}

パラメータ

index
The index of the element.

プロパティ値

The element at the specified index.
参照

StyleCollection クラス
StyleCollection メンバ