WPF

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

    Show / Hide Table of Contents

    Class RangesCollection

    Collection of ranges.

    Inheritance
    System.Object
    VisualChildrenCollection<RangeBase>
    RangesCollection
    Inherited Members
    VisualChildrenCollection<RangeBase>.VisualParent
    Namespace: Syncfusion.Windows.Gauge
    Assembly: Syncfusion.Gauge.WPF.dll
    Syntax
    public class RangesCollection : VisualChildrenCollection<RangeBase>

    Constructors

    RangesCollection()

    Initializes a new instance of the RangesCollection class.

    Declaration
    public RangesCollection()

    RangesCollection(FrameworkElement)

    Initializes a new instance of the RangesCollection class.

    Declaration
    public RangesCollection(FrameworkElement parent)
    Parameters
    Type Name Description
    System.Windows.FrameworkElement parent

    Range's parent

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