[]
Represent the line settings of border.
public struct BorderLine : IEquatable<BorderLine>
Public Structure BorderLine
Implements IEquatable(Of BorderLine)
Name | Description |
---|---|
BorderLine(BorderLineStyle, Color) | Initializes a new instance of the BorderLine struct. |
Name | Description |
---|---|
Empty | Represents no border line; so the default border line should be used to paint. |
NoLine | Represents no border line; so the default border line should be used to paint. |
Name | Description |
---|---|
Color | Gets the color of the border line. |
Style | Gets the style of the border line. |
Name | Description |
---|---|
Equals(BorderLine) | Indicates whether the current object is equal to another object of the same type. |
Equals(object) | Determines whether the specified object is equal to this instance. |
GetHashCode() | Returns a hash code for this instance. |