[]
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
Public Class FillFormatList
Inherits FormattingBagList(Of FillFormat)
Implements IReadOnlyList(Of FillFormat), IReadOnlyCollection(Of FillFormat), IEnumerable(Of FillFormat), IEnumerable
Name | Description |
---|---|
Add() | Adds a new fill format to the list. |
Remove(int) | Removes the fill format from the list. |