Dash |
[SerializableAttribute] public class DashStyleEx : IImmutable, IEquatable<DashStyleEx>
The DashStyleEx type exposes the following members.
| Name | Description | |
|---|---|---|
| DashStyleEx(DashStyle) | Initializes a new instance of the DashStyleEx class from a predefined dash style. | |
| DashStyleEx(Double) | Initializes a new instance of the DashStyleEx class from a custom dash pattern. | |
| DashStyleEx(Single) | Initializes a new instance of the DashStyleEx class from a custom dash pattern. |
| Name | Description | |
|---|---|---|
| CustomStyle | Gets a copy of the custom dash pattern. | |
| Dash | Gets a dashed style. | |
| DashDot | Gets a dash-dot style. | |
| DashDotDot | Gets a dash-dot-dot style. | |
| Dot | Gets a dotted dash style. | |
| IsCustomStyle | Gets a value indicating whether this instance represents a custom dash pattern. | |
| IsKnownStyle | Gets a value indicating whether this instance represents a predefined dash style. | |
| KnownStyle | Gets the predefined dash style. | |
| LongDash | Gets a long-dash style. | |
| Solid | Gets a solid dash style. |
| Name | Description | |
|---|---|---|
| Equals(DashStyleEx) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| Equality(DashStyleEx, DashStyleEx) | Determines whether two dash style instances are equal. | |
| Inequality(DashStyleEx, DashStyleEx) | Determines whether two dash style instances are not equal. |