PresentationImageFillFormat
PresentationImageFillFormat class
表示 PowerPoint 文档中的图像填充格式设置。
public class PresentationImageFillFormat : OfficeImageFillFormat<PresentationWatermarkableImage>
特性
姓名 | 描述 |
---|---|
override BackgroundImage { get; set; } | 获取或设置背景图像。 |
override TileAsTexture { get; set; } | 获取或设置一个值,该值指示图像是否平铺在背景上。 |
override Transparency { get; set; } | 获取或设置背景图像的透明度为从 0.0(不透明)到 1.0 (完全透明)的值。 |