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


In This Topic
    Distance Property (PresetShadowEffect)
    In This Topic
    Gets or sets how far to offset the shadow.
    Syntax
    'Declaration
     
    
    Public Property Distance As Double
    'Usage
     
    
    Dim instance As PresetShadowEffect
    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