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

In This Topic
    ShapePresetFillType Enumeration
    In This Topic
    Specifies the fill type of a shape preset.
    Syntax
    'Declaration
     
    Public Enum ShapePresetFillType 
       Inherits System.Enum
    public enum ShapePresetFillType : System.Enum 
    Members
    MemberDescription
    Gradient Gradient fill.
    SolidColor SolidColor fill.
    Inheritance Hierarchy

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

    See Also