Class ShowLine
显示线
public class ShowLine
- Inheritance
-
ShowLine
- Inherited Members
- Extension Methods
Constructors
ShowLine(CLine, WindowColor?)
构造
public ShowLine(CLine line, WindowColor? color)
Parameters
lineCLine线
colorWindowColor?颜色
Properties
Color
颜色
public WindowColor? Color { get; set; }
Property Value
Line
线
public CLine Line { get; set; }