Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / BackgroundImageLayout Enumeration
In This Topic
    BackgroundImageLayout Enumeration
    In This Topic
    Specifies how a background image should be stretched to fill the destination rectangle.
    Syntax
    public enum BackgroundImageLayout : System.Enum 
    Members
    MemberDescription
    Center Specifies to centre-align the image within the destination rectangle.
    None Specifies to left-align the image at the top across the destination rectangle.
    Stretch Specifies to resize the image to fill the destination dimensions. The aspect ratio is not preserved.
    Zoom Specifies to resize the image to fit in the destination dimensions while preserving the image’s native aspect ratio.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.BackgroundImageLayout

    See Also