Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / InnerShadowEffect Class / Direction Property


In This Topic
    Direction Property (InnerShadowEffect)
    In This Topic
    Gets or sets the direction to offset the shadow.
    Syntax
    'Declaration
     
    
    Public Property Direction As Double
    'Usage
     
    
    Dim instance As InnerShadowEffect
    Dim value As Double
     
    instance.Direction = value
     
    value = instance.Direction
    public double Direction {get; set;}

    Property Value

    The direction to offset the shadow.
    See Also