C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / GaugeRangeCollection Class
Members


GaugeRangeCollection Class
Collection of GaugeRange.
Object Model
GaugeRangeCollection ClassGaugeRange Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class GaugeRangeCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of GaugeRange)
 
'Usage
 
Dim instance As GaugeRangeCollection
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.Xamarin.Forms.Gauge.GaugeRangeCollection

See Also