Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BevelCollection Class / SetBevel Method
Index of bevel.
Bevel.


In This Topic
    SetBevel Method
    In This Topic
    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