IEffectStyleCollection

IEffectStyleCollection 接口

表示效果样式的集合。

public interface IEffectStyleCollection : IGenericCollection<IEffectStyle>

属性

名称描述
Item { get; }返回指定位置的元素。只读 IEffectStyle

另见