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

In This Topic
    Amount Property (AlphaModulation)
    In This Topic
    Gets or sets the amount to scale the alpha.

    Allowed values are from 0 to 1, inclusive.

    The default is 1.

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