[]
Represents the line appearance for various map elements.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Line : StyleObject
| Name | Description |
|---|---|
| Line(Line) | Creates a new instance of Line class. |
| Name | Description |
|---|---|
| Color | Gets or sets the color of the line. |
| Style | Gets or sets the style of the dashed line. |
| Width | Gets or sets the width of the line. |
| Name | Description |
|---|---|
| ResetColor() | Resets the Color to default state. |
| ResetStyle() | Resets the Style to default state. |
| ResetWidth() | Resets the Width to default state. |
| ShouldSerializeColor() | Returns false if Color is in default state. |
| ShouldSerializeStyle() | Returns false if Style is in default state. |
| ShouldSerializeWidth() | Returns false if Width is in default state. |