C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / StyleCollection Class / Item Property
The index of the element.

In This Topic
Item Property (StyleCollection)
In This Topic
Gets the Style object at the specified index in the current collection.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Style
 

Parameters

index
The index of the element.

Property Value

The element at the specified index.
See Also