ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gauge Class / Ranges Property






In This Topic
    Ranges Property
    In This Topic
    Gets the collection of ranges in this gauge.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Ranges As System.Collections.Generic.IList(Of Range)
    'Usage
     
    
    Dim instance As Gauge
    Dim value As System.Collections.Generic.IList(Of Range)
     
    value = instance.Ranges
    public System.Collections.Generic.IList<Range> Ranges {get;}
    public read-only property Ranges: System.Collections.Generic.IList; 
    public function get Ranges : System.Collections.Generic.IList
    public: __property System.Collections.Generic.IList<Range*>* get_Ranges();
    public:
    property System.Collections.Generic.IList<Range^>^ Ranges {
       System.Collections.Generic.IList<Range^>^ get();
    }
    See Also