Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CFColor Class / numTint Property


In This Topic
    numTint Property
    In This Topic
    An Xnum that specifies the tint and shade value to be applied to the color. MUST be greater than or equal to -1.0 and less than or equal to 1.0
    Syntax
    'Declaration
     
    
    Public Property numTint As Double
    'Usage
     
    
    Dim instance As CFColor
    Dim value As Double
     
    instance.numTint = value
     
    value = instance.numTint
    public double numTint {get; set;}
    See Also