[]
Represents a line that uses a single color.
public class SolidLine : Line
Public Class SolidLine
Inherits Line
| Name | Description |
|---|---|
| SolidLine(Color) | Creates a line with the specified color. |
| SolidLine(Color, float) | Creates a line with the specified color and width. |
| Name | Description |
|---|---|
| Color | Gets the color of the line. |
| Width | Gets the width of the line. |