Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeBase Class / BoundValue Property

In This Topic
    BoundValue Property (C1GaugeBase)
    In This Topic
    Gets or sets the bound data value associated with the main pointer.
    Syntax
    'Declaration
     
    Public Property BoundValue As System.Object
    public System.object BoundValue {get; set;}
    Remarks
    Use this property to bind the Gauge to values that can be null.
    See Also