ComponentOne Document Library for WinForms
GradientStopCollection Class
Members 

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : GradientStopCollection Class
Represents collection of the GradientStop objects.
Object Model
GradientStopCollection Class
Syntax
'Declaration
 
Public Class GradientStopCollection 
   Inherits C1.Win.C1Document.NotifyCollection(Of GradientStop)
   Implements INotifyCollection 
public class GradientStopCollection : C1.Win.C1Document.NotifyCollection<GradientStop>, INotifyCollection  
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
         C1.Win.C1Document.GradientStopCollection

See Also

Reference

GradientStopCollection Members
C1.Win.C1Document Namespace