ILineFormatCollection

ILineFormatCollection interface

Represents the collection of line styles.

public interface ILineFormatCollection : IGenericCollection<ILineFormat>

Properties

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

See Also