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


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