Line Class Members
The following tables list the members exposed by Line.
Public Constructors
Name | Description | |
---|---|---|
Line Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
AnchorCapScale | Gets or sets the amount by which to scale the line caps with respect to the width of the line. This feature only works with anchor LineCap members. | |
Color | Gets or sets the color of this line. | |
DashStyle | Gets or sets the System.Drawing.Drawing2D.DashStyle of this line. | |
EndCap | Gets or sets the System.Drawing.Drawing2D.LineCap that ends this line. | |
Length | Gets or sets the length of this line. | |
StartCap | Gets or sets the System.Drawing.Drawing2D.LineCap that starts this line. | |
Transparency | Gets or sets the transparency percentage of this line (0-100) where 0 = transparent, 100 = solid. | |
Visible | Gets or sets a value that indicates whether this line is visible. | |
Width | Gets or sets the width of this line. |
See Also