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

In This Topic
    BuiltInGlowId Enumeration
    In This Topic
    Defines the types of built-in glow effects.
    Syntax
    'Declaration
     
    Public Enum BuiltInGlowId 
       Inherits System.Enum
    public enum BuiltInGlowId : System.Enum 
    Members
    MemberDescription
    None No glow.
    Radius11Accent1 Glow with 11 radius point and Accent 1 theme color.
    Radius11Accent2 Glow with 11 radius point and Accent 2 theme color.
    Radius11Accent3 Glow with 11 radius point and Accent 3 theme color.
    Radius11Accent4 Glow with 11 radius point and Accent 4 theme color.
    Radius11Accent5 Glow with 11 radius point and Accent 5 theme color.
    Radius11Accent6 Glow with 11 radius point and Accent 6 theme color.
    Radius18Accent1 Glow with 18 radius point and Accent 1 theme color.
    Radius18Accent2 Glow with 18 radius point and Accent 2 theme color.
    Radius18Accent3 Glow with 18 radius point and Accent 3 theme color.
    Radius18Accent4 Glow with 18 radius point and Accent 4 theme color.
    Radius18Accent5 Glow with 18 radius point and Accent 5 theme color.
    Radius18Accent6 Glow with 18 radius point and Accent 6 theme color.
    Radius5Accent1 Glow with 5 point radius and Accent 1 theme color.
    Radius5Accent2 Glow with 5 point radius and Accent 2 theme color.
    Radius5Accent3 Glow with 5 point radius and Accent 3 theme color.
    Radius5Accent4 Glow with 5 point radius and Accent 4 theme color.
    Radius5Accent5 Glow with 5 point radius and Accent 5 theme color.
    Radius5Accent6 Glow with 5 point radius and Accent 6 theme color.
    Radius8Accent1 Glow with 8 radius point and Accent 1 theme color.
    Radius8Accent2 Glow with 8 radius point and Accent 2 theme color.
    Radius8Accent3 Glow with 8 radius point and Accent 3 theme color.
    Radius8Accent4 Glow with 8 radius point and Accent 4 theme color.
    Radius8Accent5 Glow with 8 radius point and Accent 5 theme color.
    Radius8Accent6 Glow with 8 radius point and Accent 6 theme color.
    Inheritance Hierarchy

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

    See Also