[]
        
(Showing Draft Content)

FarPoint.Web.Chart.BevelCollection.Item

this Property

this[int]

Gets or sets the bevel at the specified index.

Declaration
public Bevel this[int index] { get; set; }
Public Default Property Item(index As Integer) As Bevel
Parameters
Type Name Description
int index

Index of the bevel.

Property Value
Type Description
Bevel

Bevel.

Implements