Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Tint Class / Amount Property

In This Topic
    Amount Property (Tint)
    In This Topic
    Gets or sets how much the color value is shifted.

    Allowed values are from -1 to 1, inclusive.

    The default is 0.

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