[]
Represents a custom dashing scheme.
It is a list of dash stop items which represent building block atoms upon which the custom dashing scheme is built.
public class DashStopList : FormattingBagList<DashStop>, IReadOnlyList<DashStop>, IReadOnlyCollection<DashStop>, IEnumerable<DashStop>, IEnumerable
Public Class DashStopList
Inherits FormattingBagList(Of DashStop)
Implements IReadOnlyList(Of DashStop), IReadOnlyCollection(Of DashStop), IEnumerable(Of DashStop), IEnumerable
| Name | Description |
|---|---|
| Add(float, float) | Adds a new dash stop to the dashing scheme. |
| Equals(object) | |
| GetHashCode() | |
| Insert(float, float, int) | Inserts a new dash stop into the dashing scheme. |