Class RangesCollection
Collection of ranges.
Inherited Members
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 |