ILineFormatCollection

ILineFormatCollection 接口

表示线条样式的集合。

public interface ILineFormatCollection : IGenericCollection<ILineFormat>

属性

名称描述
Item { get; }获取指定索引处的元素。为只读 ILineFormat

另见