Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeColor

    Show / Hide Table of Contents

    Class RangeColor

    RangeColor.

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

    Constructors

    RangeColor()

    Declaration
    public RangeColor()

    Fields

    ColorProperty

    Identifies the Color bindable property.

    Declaration
    public static readonly BindableProperty ColorProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    EndProperty

    Identifies the End bindable property.

    Declaration
    public static readonly BindableProperty EndProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    IsGradientProperty

    Identifies the IsGradient bindable property.

    Declaration
    public static readonly BindableProperty IsGradientProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    StartProperty

    Identifies the Start bindable property.

    Declaration
    public static readonly BindableProperty StartProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    Color

    Gets or sets the color of the range.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    The actual color value.

    End

    Gets or sets the range end value.

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

    The actual offset value.

    IsGradient

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

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

    The actual offset value.

    Start

    Gets or sets the range start value.

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

    The actual offset value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved