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

In This Topic
    MaterialType Enumeration
    In This Topic
    Specifies the preset material type to give the final look and feel of an object.
    Syntax
    'Declaration
     
    Public Enum MaterialType 
       Inherits System.Enum
    public enum MaterialType : System.Enum 
    Members
    MemberDescription
    Clear Clear material.
    DarkEdge Dark edge material.
    Flat Flat material.
    LegacyMatte Legacy matte material.
    LegacyMetal Legacy metal material.
    LegacyPlastic Legacy plastic material.
    LegacyWireframe Legacy wireframe material.
    Matte Matte material.
    Metal Metal material.
    Mixed Mixed material.
    NoMaterial No material.
    Plastic Plastic material.
    Powder Powder material.
    SoftEdge Soft edge material.
    SoftMetal Soft metal material.
    TranslucentPowder Translucent powder material.
    WarmMatte Warm matte material.
    Inheritance Hierarchy

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

    See Also