[]
        
(Showing Draft Content)

FarPoint.Win.Chart.BevelCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Gets an enumerator that iterates through the collection.

Declaration
public IEnumerator<Bevel> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of Bevel)
Returns
Type Description
IEnumerator<Bevel>

Enumerator that can be used to iterate through the collection.

Implements