LineSettings CLASS
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
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
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
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
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