[]
Holds all visual attibutes of line.
[TypeConverter(typeof(Line.Converter))]
public sealed class Line : Item, IGraphItem, ICloneable, IGraphXmlSerializable
| Name | Description |
|---|---|
| Line() | Creates default line |
| Line(Color) | Creates solid line with thickness of 1 and with specified color |
| Line(Color, LineStyle) | Initializes new instance of the LineInfo class with thickness of 1 and with specified style |
| Line(Color, int) | Creates solid line with specified thickness and color |
| Line(Color, int, LineStyle) | Initializes new instance of the Line class. |
| Line(string) | For internal use only. |
| Line(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| Color | Color used to draw line |
| IsDirty | Overridden . Specifies whether object should be redrawn.
|
| Style | Style used to draw line |
| Weight | Line thickness |
| Name | Description |
|---|---|
| Equals(object) | Compare the Line object to another System.Object and check if the two are equal. |
| GetHashCode() | It functions as a hash function for a particular type. It is suitable for use in data structures such as hash algorithm and hash table. |