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


In This Topic
    GaugeRangeCollection Class
    In This Topic
    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
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class GaugeRangeCollection : System.Collections.ObjectModel.ObservableCollection<GaugeRange> 
    Inheritance Hierarchy

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

    See Also