Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSGradient Class / Sections Property


In This Topic
    Sections Property
    In This Topic
    Gets or sets the gradient sections for the object.
    Syntax
    'Declaration
     
    
    Public Overridable Property Sections As GradientSection()
    'Usage
     
    
    Dim instance As PSGradient
    Dim value() As GradientSection
     
    instance.Sections = value
     
    value = instance.Sections
    public virtual GradientSection[] Sections {get; set;}
    See Also