DashStyle Class |
Namespace: Eto.Drawing
The DashStyle type exposes the following members.
Name | Description | |
---|---|---|
DashStyle |
Initializes a new instance of the DashStyle class.
| |
DashStyle(Single, Single) |
Initializes a new instance of the DashStyle class.
|
Name | Description | |
---|---|---|
Dashes |
Gets the dashes and gaps for this style
| |
IsSolid |
Gets a value indicating whether this dash style is solid
| |
Offset |
Gets the offset of the first dash
|
Name | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified Object is equal to the current DashStyle.
(Overrides ObjectEquals(Object).) | |
Equals(DashStyle) |
Determines whether the specified DashStyle is equal to the current 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 |
Returns a String that represents the current DashStyle.
(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)
|
Name | Description | |
---|---|---|
Equality |
Compares two DashStyle objects for equality
| |
Inequality |
Compares two DashStyle objects for inequality
|