menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeBrush - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeBrush

    RangeBrush

    Inheritance
    System.Object
    RangeBrush
    Namespace: Syncfusion.UI.Xaml.TreeMap
    Assembly: Syncfusion.SfTreeMap.UWP.dll
    Syntax
    public class RangeBrush : DependencyObject

    Constructors

    RangeBrush()

    Initializes a new instance of the RangeBrush class.

    Declaration
    public RangeBrush()

    Fields

    ColorProperty

    // Using a DependencyProperty as the backing store for Color. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ColorProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    FromProperty

    // Using a DependencyProperty as the backing store for From. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty FromProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    GradientColorsProperty

    // Using a DependencyProperty as the backing store for GradientColors. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty GradientColorsProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LegendLabelProperty

    // Using a DependencyProperty as the backing store for LegendLabel. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty LegendLabelProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ToProperty

    // Using a DependencyProperty as the backing store for To. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ToProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Color

    Gets or Sets Color values

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    Windows.UI.Color

    From

    Gets or Sets From value

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

    GradientColors

    GradientColors for RangeColormapping

    Declaration
    public List<Color> GradientColors { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<Windows.UI.Color>

    LegendLabel

    Gets or Sets LegendLabel

    Declaration
    public string LegendLabel { get; set; }
    Property Value
    Type
    System.String

    To

    Gets or Sets To value

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

    Methods

    Validate(Object)

    Validate the object value.

    Declaration
    public virtual bool Validate(object value)
    Parameters
    Type Name Description
    System.Object value

    The object value.

    Returns
    Type Description
    System.Boolean

    The bool value.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved