Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GradientPreset Enumeration

In This Topic
    GradientPreset Enumeration
    In This Topic
    Specifies gradient presets.
    Syntax
    'Declaration
     
    Public Enum GradientPreset 
       Inherits System.Enum
    public enum GradientPreset : System.Enum 
    Members
    MemberDescription
    BottomSpotlight Bottom spotlight preset gradient.
    Light Light preset gradient.
    Medium Medium preset gradient.
    Radial Radial preset gradient.
    TopSpotlight Top spotlight preset gradient.
    Inheritance Hierarchy

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

    See Also