ComponentOne Gauges for WPF and Silverlight
RangeValueBinding Enumeration

C1.WPF.Gauge Namespace : RangeValueBinding Enumeration
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.WPF.Gauge.RangeValueBinding

See Also

Reference

C1.WPF.Gauge Namespace