BlendMode Property (BitmapRenderer)
In This Topic
Gets or sets the method of mixing source and destination colors when drawing.
Default is GrapeCity.Documents.Drawing.BlendMode.Normal.
Syntax
'Declaration
Public Property BlendMode As BlendMode
public BlendMode BlendMode {get; set;}
See Also