DashStyle Methods |
The DashStyle type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(DashStyle) | |
![]() | GetHashCode |
Serves as a hash function for a DashStyle object.
(Overrides ObjectGetHashCode.) |
![]() ![]() | Parse |
Attempts to parse the specified value into a dash style. This can be one of the
system styles (solid, dash, dot, dashdot, dashdotdot), or a series of numbers separated by commas
specifying the solid and gap parts (see Dashes).
|
![]() | ToString | (Overrides ObjectToString.) |
![]() ![]() | TryParse |
Attempts to parse the specified value into a dash style. This can be one of the
system styles (solid, dash, dot, dashdot, dashdotdot), or a series of numbers separated by commas
specifying the solid and gap parts (see Dashes)
|