menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeColor - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeColor

    Represents the multi colors for the indicator.

    Inheritance
    System.Object
    RangeColor
    Namespace: Syncfusion.Android.ProgressBar
    Assembly: Syncfusion.SfProgressBar.Android.dll
    Syntax
    public class RangeColor : Object

    Constructors

    RangeColor()

    Declaration
    public RangeColor()

    Properties

    Color

    Gets or sets the color for the range.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    End

    Gets or sets the end of the range.

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

    IsGradient

    Gets or sets a value indicating whether the color should be applied as gradient..

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

    Start

    Gets or sets the start of the range.

    Declaration
    public double Start { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved