Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / AlphaReplace Class / Alpha Property

In This Topic
    Alpha Property
    In This Topic
    Gets or sets the alpha (opacity) value.

    Allowed values are from 0 to 1, inclusive.

    The default is 0.

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