Click or drag to resize

DashStyle Methods

The DashStyle type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current DashStyle.
(Overrides ObjectEquals(Object).)
Public methodEquals(DashStyle)
Determines whether the specified DashStyle is equal to the current DashStyle.
Public methodGetHashCode
Serves as a hash function for a DashStyle object.
(Overrides ObjectGetHashCode.)
Public methodStatic memberParse
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).
Public methodToString
Returns a String that represents the current DashStyle.
(Overrides ObjectToString.)
Public methodStatic memberTryParse
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)
Top
See Also