←Select platform

AnnGradientStopCollection Class

Summary

Defines a collection of AnnGradientStop objects.

Syntax

C#
VB
C++
public sealed class AnnGradientStopCollection : ObservableCollection<AnnGradientStop> 
  
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  
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   

Remarks

Used as the type of the AnnGradientBrush.GradientStops property.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly