Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SolidColor Class / TintAndShade Property

In This Topic
    TintAndShade Property
    In This Topic
    Gets or sets the lightening or darkening of the color from -1 (darkest) to 1 (lightest), zero being neutral.

    Default value is 0.

    Syntax
    'Declaration
     
    Public Property TintAndShade As System.Single
    public System.float TintAndShade {get; set;}
    See Also