PresentationSlideImageFillFormat

PresentationSlideImageFillFormat class

Represents the image fill format settings for a slide in a PowerPoint document.

public class PresentationSlideImageFillFormat : PresentationImageFillFormat

Properties

Name Description
override BackgroundImage { get; set; } Gets or sets the background image.
override TileAsTexture { get; set; } Gets or sets a value indicating whether the image is tiled across the background.
override Transparency { get; set; } Gets or sets the transparency of the background image as a value from 0.0 (opaque) through 1.0 (fully transparent).

See Also