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


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

    Property Value

    The direction to offset the reflection.
    See Also