Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Reflection Class / EndOpacity Property

In This Topic
    EndOpacity Property
    In This Topic
    Gets or sets the ending reflection opacity.

    Allowed values are from 0 to 100, inclusive.

    The default is 0.

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