Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorStop Class / TintAndShade Property


In This Topic
    TintAndShade Property (ColorStop)
    In This Topic
    Gets or sets a value that lightens or darkens the color of the represented object.
    Syntax
    'Declaration
     
    
    Public Property TintAndShade As Double
    'Usage
     
    
    Dim instance As ColorStop
    Dim value As Double
     
    instance.TintAndShade = value
     
    value = instance.TintAndShade
    public double TintAndShade {get; set;}

    Property Value

    You can enter a number from -1 (darkest) to 1 (lightest) for the TintAndShade property. Zero (0) is neutral.
    See Also