Spread Windows Forms 12.0 Product Documentation
Item Property (BevelCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > BevelCollection Class : Item Property
Index of the bevel.
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)
public Bevel this[ 
   int index
]; {get; set;}

Parameters

index
Index of the bevel.

Property Value

Bevel.
See Also

Reference

BevelCollection Class
BevelCollection Members