ComponentOne Document Library for UWP
GradientStopCollection Class
Members 

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

System.Object
   System.Collections.ObjectModel.Collection<T>
         C1.Xaml.Document.GradientStopCollection

See Also

Reference

GradientStopCollection Members
C1.Xaml.Document Namespace