MindFusion.Wpf Pack Programmer's Guide
CustomIntervalCollection Class
See Also
 





Represents an observable collection of CustomInterval objects.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public class CustomIntervalCollection : ObservableCollection<CustomInterval>

Visual Basic  Copy Code

Public Class CustomIntervalCollection
    Inherits ObservableCollection(Of CustomInterval)

 Inheritance Hierarchy

System.Object
    System.Collections.ObjectModel.Collection(CustomInterval)
        System.Collections.ObjectModel.ObservableCollection(CustomInterval)
            MindFusion.Gauges.Wpf.CustomIntervalCollection

 See Also

CustomIntervalCollection Members
MindFusion.Gauges.Wpf Namespace