Specifies the line style for the border.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("850B18FB-AFB2-489C-A498-DF16AFF614F3")> _
Public Enumeration XlLineStyle
'Usage
Dim instance As XlLineStyle
[GuidAttribute("850B18FB-AFB2-489C-A498-DF16AFF614F3")]
public enum XlLineStyle
Members
| Member name | Description | |
|---|---|---|
| xlContinuous | A continuous line. | |
| xlDash | A dashed line. | |
| xlDashDot | Alternating dashes and dots. | |
| xlDashDotDot | A dash followed by two dots. | |
| xlDot | A dotted line. | |
| xlDouble | A double line. | |
| xlSlantDashDot | Slanted dashes. | |
| xlLineStyleNone | No line. |