ComponentOne Gauges for WPF and Silverlight
C1.Silverlight.Gauge Namespace / RangeValueBinding Enumeration

In This Topic
    RangeValueBinding Enumeration
    In This Topic
    Binding options for the C1GaugeRange.
    Syntax
    'Declaration
     
    
    Public Enum RangeValueBinding 
       Inherits System.Enum
    public enum RangeValueBinding : System.Enum 
    Members
    MemberDescription
    FromBind the C1Gauge's value with the From property of the C1GaugeRange.
    NoneDo not bind the C1Gauge's value with any property.
    ToBind the C1Gauge's value with the To property of the C1GaugeRange.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Silverlight.Gauge.RangeValueBinding

    See Also