Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / ReflectionEffect Class / StartAlpha Property


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

    Property Value

    The starting reflection opacity.
    See Also