DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FillType Enumeration

FillType Enumeration
Specifies a fill type.
Syntax
'Declaration
 
Public Enum FillType 
   Inherits System.Enum
 
Members
MemberDescription
Gradient A gradient is used to fill the object.
Image An image is used to fill the object.
NoFill No fill is applied to the object.
Pattern A repeated pattern is used to fill the object.
Solid A solid color is used to fill the object.
Inheritance Hierarchy

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

See Also