WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeColor - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeColor

    Inheritance
    System.Object
    RangeColor
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Windows.Media.Color

    End

    Declaration
    public double End { get; set; }
    Property Value
    Type Description
    System.Double

    IsGradient

    Declaration
    public bool IsGradient { get; set; }
    Property Value
    Type Description
    System.Boolean

    Start

    Declaration
    public double Start { get; set; }
    Property Value
    Type Description
    System.Double

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved