Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FillOverlay Class / BlendMode Property

In This Topic
    BlendMode Property
    In This Topic
    Gets or sets a value specifying how to blend the fill with the base effect.

    The default is BlendMode.Overlay.

    Syntax
    'Declaration
     
    Public Property BlendMode As BlendMode
    public BlendMode BlendMode {get; set;}
    See Also