Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BevelCollection Class / Item Property
Index of the bevel.


In This Topic
Item Property (BevelCollection)
In This Topic
Gets or sets the bevel at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index 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.
See Also