[]
Represents a set of three or more shape effects styles for use within a theme.
public class ShapeEffectsList : FormattingBagList<ShapeEffects>, IReadOnlyList<ShapeEffects>, IReadOnlyCollection<ShapeEffects>, IEnumerable<ShapeEffects>, IEnumerable
Adds a new shape effects to the list.
public ShapeEffects Add()
The added ShapeEffects.
Removes a shape effects from the list.
public override void Remove(int index)
index
intThe index of the shape effects to remove.