IEffectStyleCollectionEffectiveData

IEffectStyleCollectionEffectiveData interface

Immutable object that represents a readonly collection of effective effect styles.

public interface IEffectStyleCollectionEffectiveData : IGenericCollection<IEffectStyleEffectiveData>

Properties

NameDescription
Item { get; }Gets the element at the specified index. Read-only IEffectStyleEffectiveData.

Remarks

This interface is used as a part of IFormatSchemeEffectiveData.

See Also