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

In This Topic
    StartOpacity Property
    In This Topic
    Gets or sets the starting reflection opacity.

    Allowed values are from 0 to 100, inclusive.

    The default is 0 for text and 100 for drawings.

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