IEffectStyleCollection

IEffectStyleCollection interface

Represents a collection of effect styles.

public interface IEffectStyleCollection : IGenericCollection<IEffectStyle>

Properties

NameDescription
Item { get; }Returns an element at specified position. Read-only IEffectStyle.

See Also