Spread Windows Forms 12.0 Product Documentation
SetBevel Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > BevelCollection Class : SetBevel Method
Index of bevel.
Bevel.
Sets the bevel at the specified index.
Syntax
'Declaration
 
Public Sub SetBevel( _
   ByVal index As Integer, _
   ByVal bevel As Bevel _
) 
'Usage
 
Dim instance As BevelCollection
Dim index As Integer
Dim bevel As Bevel
 
instance.SetBevel(index, bevel)
public void SetBevel( 
   int index,
   Bevel bevel
)

Parameters

index
Index of bevel.
bevel
Bevel.
See Also

Reference

BevelCollection Class
BevelCollection Members