public class LineStyle
Public Class LineStyle
LineStyle | Constructs a default line style |
LineStyle(LineDashStyle) | Constructs a style for a dashed line |
LineStyle(Single) | Constructs a line style with the specified line width |
LineStyle(Single, LineDashStyle) | Constructs a style for a dashed line |
LineStyle(Single, LineCapStyle, LineJoinStyle) | Constructs a style for a line with the specified width, cap and join styles |
LineCapStyle | Gets or sets the line cap style |
LineDashStyle | Gets or sets the line dash pattern |
LineJoinStyle | Gets or sets the line join style |
LineWidth | The line width |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |