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


In This Topic
    PresetShadow Property
    In This Topic
    Gets or sets the preset shadow.
    Syntax
    'Declaration
     
    
    Public Property PresetShadow As PresetShadow
    'Usage
     
    
    Dim instance As PresetShadowEffect
    Dim value As PresetShadow
     
    instance.PresetShadow = value
     
    value = instance.PresetShadow
    public PresetShadow PresetShadow {get; set;}

    Property Value

    The preset shadow.
    See Also