Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ThreeDFormat Class / Material Property

In This Topic
    Material Property
    In This Topic
    Gets or sets a preset material type to give the final look and feel of an object.

    Default value is MaterialType.NoMaterial.

    Syntax
    'Declaration
     
    Public Property Material As MaterialType
    public MaterialType Material {get; set;}
    See Also