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

In This Topic
    BuiltInReflectionId Enumeration
    In This Topic
    Defines the types of built-in reflection effects.
    Syntax
    'Declaration
     
    Public Enum BuiltInReflectionId 
       Inherits System.Enum
    public enum BuiltInReflectionId : System.Enum 
    Members
    MemberDescription
    Full4Offset Full reflection with 4 point offset.
    Full8Offset Full reflection with 8 point offset.
    FullTouching Full reflection touching the object.
    HalfT4Offset Half reflection with 4 point offset.
    HalfT8Offset Half reflection with 8 point offset.
    HalfTouching Half reflection touching the object.
    None No reflection.
    Tight4Offset Tight reflection with 4 point offset.
    Tight8Offset Tight reflection with 8 point offset.
    TightTouching Tight reflection touching the object.
    Inheritance Hierarchy

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

    See Also