[]
Represents a Line class that defines the appearance setting.
[TypeConverter(typeof(LineConverter))]
public class Line : ICloneable
<TypeConverter(GetType(LineConverter))>
Public Class Line
Implements ICloneable
Name | Description |
---|---|
Line() | Initializes a new instance of the Line class. |
Line(LineStyle, Color) | Initializes a new Line class instance with the specified attribute settings. |
Name | Description |
---|---|
Color | Gets or sets the line color. |
Empty | Gets an empty line. |
LineWidth | Gets the width of the line, according to the style of the line. |
Style | Gets or sets the line style (dotted, dashed, inset, and so on.). |
Name | Description |
---|---|
Clone() | Clones a copy from this instance. |
Equals(object) | Determines whether two object instances are equal. |
GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
OnPropertyChanged(PropertyChangedEventArgs) | Called when the Line object is changed. |
ToString() | Converts the value of this instance to its equivalent string representation. |