Spread WinForms 15
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

Property Value

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