Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / ReflectionEffect Class / EndAlpha Property


In This Topic
    EndAlpha Property
    In This Topic
    Gets or sets the ending reflection opacity.
    Syntax
    'Declaration
     
    
    Public Property EndAlpha As Double
    'Usage
     
    
    Dim instance As ReflectionEffect
    Dim value As Double
     
    instance.EndAlpha = value
     
    value = instance.EndAlpha
    public double EndAlpha {get; set;}

    Property Value

    The ending reflection opacity.
    See Also