Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GradientColorStopInfoCollection Class
Members


In This Topic
    GradientColorStopInfoCollection Class
    In This Topic
    Object Model
    GradientColorStopInfoCollection Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class GradientColorStopInfoCollection 
       Inherits GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection(Of GradientColorStopInfo)
    'Usage
     
    Dim instance As GradientColorStopInfoCollection
    [DefaultMember("Item")]
    public sealed class GradientColorStopInfoCollection : GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection<GradientColorStopInfo> 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection<T>
          GrapeCity.Wpf.SpreadSheet.GradientColorStopInfoCollection

    See Also