Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IReflectionFormat Interface / Transparency Property


In This Topic
    Transparency Property (IReflectionFormat)
    In This Topic
    Gets or sets the amount of transparency, measured in percentages, of the shape's reflection image
    Syntax
    'Declaration
     
    
    Property Transparency As Double
    'Usage
     
    
    Dim instance As IReflectionFormat
    Dim value As Double
     
    instance.Transparency = value
     
    value = instance.Transparency
    double Transparency {get; set;}

    Property Value

    The amount of transparency.
    See Also