Background

Background class

Represents background of a slide.

public sealed class Background : PVIObject, IBackground

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
EffectFormat { get; }Returns a EffectFormat for BackgroundType.OwnBackground fill. Read-only IEffectFormat.
FillFormat { get; }Returns a FillFormat for BackgroundType.OwnBackground fill. Read-only IFillFormat.
Presentation { get; }Returns the parent presentation of a slide. Read-only IPresentation.
Slide { get; }Returns the parent slide of a shape. Read-only IBaseSlide.
StyleColor { get; }Return a ColorFormat for a BackgroundType.Themed fill. Read-only IColorFormat.
StyleIndex { get; set; }Returns an index of BackgroundType.Themed fill in background theme collection. 0 means no fill. 1..999 - index. Read/write UInt16.
Type { get; set; }Returns a type of background fill. Read/write BackgroundType.

Methods

NameDescription
override Equals(object)Compares with specified object.
GetEffective()Gets effective background data with the inheritance applied.
override GetHashCode()Returns hash code.

See Also