LineSettings CLASS

Color PROPERTY (Color)
Access to line color SYNTAX public Color Color { get; set; } EXAMPLE using System; using System.Collections; using System.Collections.Generi...
Sun, May 6, 2018 at 7:53 PM
Style PROPERTY (LineStyle)
Access to line style SYNTAX public LineStyle Style { get; set; } EXAMPLE using System; using System.Collections; using System.Collections.Ge...
Sun, May 6, 2018 at 7:54 PM
Width PROPERTY (int)
Access to line width SYNTAX public int Width { get; set; } EXAMPLE using System; using System.Collections; using System.Collections.Generic;...
Sun, May 6, 2018 at 7:56 PM
LineSettings () CONSTRUCTOR
Default constructor SYNTAX public LineSettings () EXAMPLE using System; using System.Collections; using System.Collections.Generic; using Sy...
Sun, May 6, 2018 at 7:57 PM
LineSettings (LineStyle style, Color color, int width) CONSTRUCTOR
Constructor with line parameters SYNTAX public LineSettings (LineStyle style,Color color,int width) PARAMETERS style — LineStyle color —...
Sun, May 6, 2018 at 7:58 PM