Spread for ASP.NET 12 Product Documentation
GetEnumerator Method (BevelCollection)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > BevelCollection Class : GetEnumerator Method
Gets an enumerator that iterates through the collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of Bevel)
'Usage
 
Dim instance As BevelCollection
Dim value As IEnumerator(Of Bevel)
 
value = instance.GetEnumerator()
public IEnumerator<Bevel> GetEnumerator()

Return Value

Enumerator that can be used to iterate through the collection.
See Also

Reference

BevelCollection Class
BevelCollection Members