[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.BackgroundImageLayout

BackgroundImageLayout Enum

指定如何拉伸背景图像以填充目标矩形。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public enum BackgroundImageLayout

Fields

Name Description
Center

指定将图像在目标矩形内居中显示。

None

指定图像在目标矩形的顶部左对齐。

Stretch

指定调整图像大小以填充目标尺寸。不保持宽高比。

Zoom

指定调整图像大小以适应目标尺寸,同时保持图像的原生宽高比。