Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BevelCollection Class / Add Method
Bevel


In This Topic
Add Method (BevelCollection)
In This Topic
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)

Parameters

item
Bevel
See Also