Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ColorChange Class / UseAlpha Property

In This Topic
    UseAlpha Property
    In This Topic
    Gets or sets whether alpha values are considered for the effect.

    The effect alpha values are considered if true, otherwise they are ignored.

    The default is true.

    Syntax
    'Declaration
     
    Public Property UseAlpha As System.Boolean
    public System.bool UseAlpha {get; set;}
    See Also