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


In This Topic
    EndAlphaPosition Property
    In This Topic
    Gets or sets the end position (along the alpha gradient ramp) of the end alpha value.
    Syntax
    'Declaration
     
    
    Public Property EndAlphaPosition As Double
    'Usage
     
    
    Dim instance As ReflectionEffect
    Dim value As Double
     
    instance.EndAlphaPosition = value
     
    value = instance.EndAlphaPosition
    public double EndAlphaPosition {get; set;}

    Property Value

    The end position of the end alpha value.
    See Also