NDashPattern Class Members
In This Topic
The following tables list the members exposed by NDashPattern.
Public Constructors
Public Fields
| 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
Public Properties
| 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
Protected Properties
| Name | Description |
| QUCb | |
Top
Public Methods
| 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
See Also