Version

LineColor Property

Returns or sets the color used to render the perimeter of the shape.
Syntax
'Declaration
 
Public Property LineColor As Color
public Color LineColor {get; set;}
Remarks

The LineColor property controls the color for a line shape.

The LineColor property controls the color of the outer border for shapes which have area. Use the FillColor property to change the color of the interior region.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also