Leadtools.Windows.Annotations Namespace : AnnGradientStopCollection Class |
public sealed class AnnGradientStopCollection : System.Collections.ObjectModel.ObservableCollection<AnnGradientStop>, System.Collections.Generic.ICollection<AnnGradientStop>, System.Collections.Generic.IEnumerable<AnnGradientStop>, System.Collections.Generic.IList<AnnGradientStop>, System.Collections.Generic.IReadOnlyCollection<AnnGradientStop>, System.Collections.Generic.IReadOnlyList<AnnGradientStop>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
'Declaration Public NotInheritable Class AnnGradientStopCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of AnnGradientStop) Implements System.Collections.Generic.ICollection(Of AnnGradientStop), System.Collections.Generic.IEnumerable(Of AnnGradientStop), System.Collections.Generic.IList(Of AnnGradientStop), System.Collections.Generic.IReadOnlyCollection(Of AnnGradientStop), System.Collections.Generic.IReadOnlyList(Of AnnGradientStop), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
'Usage Dim instance As AnnGradientStopCollection
public ref class AnnGradientStopCollection sealed : public System.Collections.ObjectModel.ObservableCollection<AnnGradientStop>, System.Collections.Generic.ICollection<AnnGradientStop>, System.Collections.Generic.IEnumerable<AnnGradientStop>, System.Collections.Generic.IList<AnnGradientStop>, System.Collections.Generic.IReadOnlyCollection<AnnGradientStop>, System.Collections.Generic.IReadOnlyList<AnnGradientStop>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
Used as the type of the AnnGradientBrush.GradientStops property.