Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / GradientSection Class / Color Property


In This Topic
    Color Property (GradientSection)
    In This Topic
    Gets or sets the color of the gradient.
    Syntax
    'Declaration
     
    
    Public Overridable Property Color As Color
    'Usage
     
    
    Dim instance As GradientSection
    Dim value As Color
     
    instance.Color = value
     
    value = instance.Color
    public virtual Color Color {get; set;}
    See Also