[]
Represents a set of three or more fill styles that are used within a theme.
public class FillFormatList : FormattingBagList<FillFormat>, IReadOnlyList<FillFormat>, IReadOnlyCollection<FillFormat>, IEnumerable<FillFormat>, IEnumerable
Adds a new fill format to the list.
public FillFormat Add()
The added FillFormat.
Removes the fill format from the list.
public override void Remove(int index)
index
intThe fill format index in the list.