Spread Windows Forms 12.0 Product Documentation
Add Method (BevelCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > BevelCollection Class : Add Method
Bevel
Adds a bevel to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As Bevel _
) 
'Usage
 
Dim instance As BevelCollection
Dim item As Bevel
 
instance.Add(item)
public void Add( 
   Bevel item
)

Parameters

item
Bevel
See Also

Reference

BevelCollection Class
BevelCollection Members