Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / FillOverlayEffect Class / Blend Property


In This Topic
    Blend Property
    In This Topic
    Gets or sets a BlendMode value indicating how to blend the fill with the base effect.
    Syntax
    'Declaration
     
    
    Public Property Blend As BlendMode
    'Usage
     
    
    Dim instance As FillOverlayEffect
    Dim value As BlendMode
     
    instance.Blend = value
     
    value = instance.Blend
    public BlendMode Blend {get; set;}

    Property Value

    How to blend the fill with the base effect.
    See Also