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






In This Topic
    Pointer Property
    In This Topic
    Gets the Range used to represent the gauge's current value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Pointer As Range
    'Usage
     
    
    Dim instance As Gauge
    Dim value As Range
     
    value = instance.Pointer
    public Range Pointer {get;}
    public read-only property Pointer: Range; 
    public function get Pointer : Range
    public: __property Range* get_Pointer();
    public:
    property Range^ Pointer {
       Range^ get();
    }
    See Also