Item Property (BevelCollection)
Gets or sets the bevel at the specified index.
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Bevel
'Usage
Dim instance As BevelCollection
Dim index As Integer
Dim value As Bevel
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
- Index of the bevel.
Property Value
Bevel.