alexa
menu

UWP

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

    Show / Hide Table of Contents

    Class Range

    Represents the tooltip value for the ranges.

    Inheritance
    System.Object
    Range
    Namespace: Syncfusion.UI.Xaml.BulletGraph
    Assembly: Syncfusion.SfBulletGraph.UWP.dll
    Syntax
    public class Range : Object

    Constructors

    Range()

    Declaration
    public Range()

    Properties

    Caption

    Gets or sets the caption of the range.

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

    RangeEnd

    Gets or sets the end value for range.

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

    RangeStart

    Gets or sets the start value for range.

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

    RangeStroke

    Gets or sets the stroke color of the range.

    Declaration
    public Brush RangeStroke { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    Extension Methods

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