Version

LineStyle Property (VmlShape)

Returns or sets the style of the line drawn around the perimeter of the shape.
Syntax
'Declaration
 
Public Property LineStyle As ShapeLineStyle
public ShapeLineStyle LineStyle {get; set;}
Remarks

The LineStyle property controls the style for a line shape. By default, lines are drawn with a solid, unbroken stroke; the LineStyle property can be used to draw dashes, dots, or combinations thereof.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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