Class RangeColor
Inheritance
System.Object
    RangeColor
  Implements
System.ComponentModel.INotifyPropertyChanged
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.UI.Xaml.ProgressBar
Assembly: Syncfusion.SfProgressBar.WPF.dll
Syntax
public class RangeColor : INotifyPropertyChanged
  Constructors
RangeColor()
Declaration
public RangeColor()
  Properties
Color
Declaration
public Color Color { get; set; }
  Property Value
| Type | 
|---|
| System.Windows.Media.Color | 
End
Declaration
public double End { get; set; }
  Property Value
| Type | 
|---|
| System.Double | 
IsGradient
Declaration
public bool IsGradient { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
Start
Declaration
public double Start { get; set; }
  Property Value
| Type | 
|---|
| System.Double | 
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
  Event Type
| Type | 
|---|
| System.ComponentModel.PropertyChangedEventHandler | 
Implements
      System.ComponentModel.INotifyPropertyChanged