Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BlendMode Enumeration

In This Topic
    BlendMode Enumeration
    In This Topic
    Specifies how to blend the fill with the base effect.
    Syntax
    'Declaration
     
    Public Enum BlendMode 
       Inherits System.Enum
    public enum BlendMode : System.Enum 
    Members
    MemberDescription
    Darken Darken.
    Lighten Lighten.
    Multiply Multiply.
    Overlay Overlay.
    Screen Screen.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.BlendMode

    See Also