MsoLineDashStyle Enumeration
Specifies the dash style for a line.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoLineDashStyle
'Usage
Dim instance As MsoLineDashStyle
public enum MsoLineDashStyle
Members
Member name | Description | |
---|---|---|
msoLineDashStyleMixed | Not supported. | |
msoLineSolid | Line is solid. | |
msoLineSquareDot | Line is made up of square dots. | |
msoLineRoundDot | Line is made up of round dots. | |
msoLineDash | Line consists of dashes only. | |
msoLineDashDot | Line is a dash-dot pattern. | |
msoLineDashDotDot | Line is a dash-dot-dot pattern. | |
msoLineLongDash | Line consists of long dashes. | |
msoLineLongDashDot | Line is a long dash-dot pattern. | |
msoLineLongDashDotDot | ||
msoLineSysDash | ||
msoLineSysDot | ||
msoLineSysDashDot |