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

In This Topic
    ImageFillType Enumeration
    In This Topic
    Specifies the image fill type.
    Syntax
    'Declaration
     
    Public Enum ImageFillType 
       Inherits System.Enum
    public enum ImageFillType : System.Enum 
    Members
    MemberDescription
    Stretch The image should be stretched to fill the target rectangle.
    TileThe image should be tiled to fill the available space.

    This value defines a "tile" rectangle within the bounding box.

    The image is encompassed within the tile rectangle, and the tile rectangle is tiled across the bounding box to fill the entire area.

    Inheritance Hierarchy

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

    See Also