IFillFormatCollection Interface

Represents the collection of fill styles.

Namespace:  Aspose.Slides.Theme
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IFillFormatCollection : IGenericCollection<IFillFormat>, 
	IEnumerable<IFillFormat>, IEnumerable, ICollection

The IFillFormatCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableIFillFormat.)
See Also