Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / Tint Property


In This Topic
    Tint Property
    In This Topic
    Gets or sets the tint.
    Syntax
    'Declaration
     
    
    Public Property Tint As Double
    'Usage
     
    
    Dim instance As Color
    Dim value As Double
     
    instance.Tint = value
     
    value = instance.Tint
    public double Tint {get; set;}

    Property Value

    The tint.
    See Also