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


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

    Property Value

    How far to offset the shadow.
    See Also