NDashPattern Class Members
The following tables list the members exposed by NDashPattern.
| Name | Description |
  | Dash | Dash pattern (dash, gap). |
  | DashDot | Dash Dot pattern (dash, gap, dot, gap). |
  | DashDotDot | Dash Dot Dot pattern (dash, gap, dot, gap, dot, gap). |
  | Dot | Dot pattern (dot, gap). |
Top
| Name | Description |
 | Count | Gets the number of items in the array. |
 | Item | Gets the item at the specified index. |
 | PatternLength | Gets the total length of the pattern (the sum of all item lengths). |
Top
| Name | Description |
 | DeepClone | Creates an identical copy of this object. |
 | Equals | Determines whether the specified object is equal to the current dash pattern object. |
 | GetHashCode | Computes a hash code for this object. |
  | SafeEquals | Checks if the specified two instances describe the same dash pattern. |
Top